We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc44a60d commit260d60dCopy full SHA for 260d60d
README.md
@@ -146,7 +146,7 @@ Building F# on Unix-type platforms requires [Mono](http://www.mono-project.com/d
146
make
147
sudo make install
148
149
-That build and installs optimized binaries. To make debug, use```makeCONFIG=debug```
+That build and installs optimized binaries. To make debug, use``makeConfiguration=Debug``
150
151
152
###Building on macOS
@@ -156,7 +156,7 @@ Building on macOS requires an install of the latest Visual Studio for Mac tools
156
157
158
159
160
161
###Building on Windows
162