Browse Source

Docs: typo

pull/385/head
Christoph Ruegg 11 years ago
parent
commit
2611f852c7
  1. 2
      docs/content/Build.md

2
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.

Loading…
Cancel
Save