Skip to content

Commit ad53d3b

Browse files
better clarification on when the generate-include-scripts command can be run.
1 parent e205cdb commit ad53d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/commands/generate-include-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It is possible to generate include scripts for all registered Nuget packages def
88
This will create .csx and .fsx scripts under `paket-files/include-scripts/net45/`, those files can now be
99
used in your scripts without having to bother with the list and order of all dependencies for given package.
1010

11-
Note: this command only works after packages have been restored, please call `paket install` before using `paket generate-include-scripts`.
11+
Note: this command only works after packages have been restored, please call `paket restore` before using `paket generate-include-scripts` or `paket install` if you just changed your `paket.dependencies` file.
1212

1313
## Sample
1414

0 commit comments

Comments
 (0)