Skip to content

Commit fd34807

Browse files
authored
Merge pull request #861 from ScottHutchinson/patch-1
Update build instructions in devnotes.html
2 parents 028af2e + 33d7091 commit fd34807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devnotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2><a name="Building-and-NuGet" class="anchor" href="#Building-and-NuGet">Build
7676
<td class="snippet"><pre class="fssnip"><code lang="text">git clone https://github.com/fsharp/FSharp.Compiler.Service
7777
cd FSharp.Compiler.Service
7878
</code></pre></td></tr></table>
79-
<p>Now follow build everything by running <code>build.cmd</code> (Windows) or <code>build.sh</code> (Linux + Mac OS).
79+
<p>Now follow build everything by running <code>.\fcs\build.cmd</code> (Windows) or <code>./fcs/build.sh</code> (Linux + Mac OS).
8080
The output will be located in the <code>bin</code> directory. If you also wish to build the documentation
8181
and NuGet package, run <code>build Release</code> (this also attempts to publish the documentation to
8282
GitHub, which only works if you have access to the GitHub repository).</p>

0 commit comments

Comments
 (0)