Skip to content

Commit 33d7091

Browse files
Update build instructions in devnotes.html
Making the instructions more specific, so the developer does not need to figure it out through trial and error. This will resolve this issue: #845
1 parent 028af2e commit 33d7091

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)