Skip to content

Commit

Permalink
Change dotnet compile to dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Apr 3, 2016
1 parent 1beaf16 commit b32ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b32ec93

Please sign in to comment.