From 2611f852c750897d41e0e6919cb9dfdcf5e6d05b Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 28 Feb 2016 16:34:22 +0100 Subject: [PATCH] Docs: typo --- docs/content/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/Build.md b/docs/content/Build.md index f05306d4..b2b6f791 100644 --- a/docs/content/Build.md +++ b/docs/content/Build.md @@ -9,7 +9,7 @@ VisualStudio or Xamarin Studio ------------------------------ We clearly separate dependency management from the IDE, you should therefore -run `build.cmd` or `build.sh` once after every git checkout in order to restore +run `restore.cmd` or `restore.sh` once after every git checkout in order to restore the dependencies exactly as defined. Otherwise Visual Studio and other IDEs may fail to compile or provide correct IntelliSense.