Skip to content

Commit

Permalink
better clarification on when the generate-include-scripts command can…
Browse files Browse the repository at this point in the history
… be run.
  • Loading branch information
smoothdeveloper committed May 3, 2016
1 parent abbafd5 commit 943d832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/generate-include-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is possible to generate include scripts for all registered Nuget packages def
This will create .csx and .fsx scripts under `paket-files/include-scripts/net45/`, those files can now be
used in your scripts without having to bother with the list and order of all dependencies for given package.

Note: this command only works after packages have been restored, please call `paket install` before using `paket generate-include-scripts`.
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.

## Sample

Expand Down

0 comments on commit 943d832

Please sign in to comment.