Merge pull request #65 from dotnet/MichalStrehovsky-patch-1

Change `dotnet compile` to `dotnet build`
This commit is contained in:
Michal Strehovský 2016-04-04 00:08:35 -07:00
commit 970f718507

View file

@ -11,7 +11,7 @@ In order to run these samples, you first need to [install .NET Core](http://dotn
* `dotnet run`
* Compile and run using the following commands
* `dotnet restore`
* `dotnet compile`
* `dotnet build`
* `./bin/Debug/[framework]/[binary name]`
## Samples list