From 943d8320937c383818110a04de51a5ed2d4c918f Mon Sep 17 00:00:00 2001 From: Gauthier Segay Date: Sat, 30 Apr 2016 01:07:22 +0200 Subject: [PATCH] better clarification on when the generate-include-scripts command can be run. --- docs/content/commands/generate-include-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/generate-include-scripts.md b/docs/content/commands/generate-include-scripts.md index 4d510489c3..411bfd64db 100644 --- a/docs/content/commands/generate-include-scripts.md +++ b/docs/content/commands/generate-include-scripts.md @@ -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