diff --git a/docs/devnotes.html b/docs/devnotes.html index 3fc4f8cb52..b30c665b2d 100644 --- a/docs/devnotes.html +++ b/docs/devnotes.html @@ -76,7 +76,7 @@

Build
git clone https://github.com/fsharp/FSharp.Compiler.Service
 cd FSharp.Compiler.Service
 
-

Now follow build everything by running build.cmd (Windows) or build.sh (Linux + Mac OS). +

Now follow build everything by running .\fcs\build.cmd (Windows) or ./fcs/build.sh (Linux + Mac OS). The output will be located in the bin directory. If you also wish to build the documentation and NuGet package, run build Release (this also attempts to publish the documentation to GitHub, which only works if you have access to the GitHub repository).