Update README.md

Change the note to reflect the current reality on native compilation.
This commit is contained in:
Zlatko Knezevic 2015-11-23 09:26:00 -08:00
parent e781a3bf68
commit 4394b32263

View file

@ -53,7 +53,7 @@ Compiling to IL is done using:
dotnet compile dotnet compile
This will drop a binary in `./bin/[configuration]/[framework]/[binary name]` that you can just run. This will drop a binary in `./bin/[configuration]/[framework]/[binary name]` that you can just run.
**Note: the below is not currently working with the installers above - fix coming ASAP!** **Note: the below is currently working on Windows and Ubuntu - OS X support coming soon!**
Finally, you can also try out native compilation on Windows and Linux. **Note:** at this point, only the `helloworld` and `dotnetbot` samples will work with native compilation. Finally, you can also try out native compilation on Windows and Linux. **Note:** at this point, only the `helloworld` and `dotnetbot` samples will work with native compilation.