Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatko Knezevic committed Nov 18, 2015
1 parent 95e0781 commit 6030c48
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ In order to run these samples, you first need to [install .NET Core](http://dotn
* `dotnet restore`
* `dotnet compile`
* `./bin/Debug/[framework]/[binary name]`
* Compile to a single, native binary
* `dotnet restore`
* `dotnet compile --native`
* `./bin/Debug/[framework]/native/[binary name]`

## Samples list

* **dotnetbot** - Let dotnetbot say Hi!
* **helloworld** - because no sample is complete without Hello World!
* **qotd** - a simple "quote of the day" console application (**note**: this sample is not yet capable of being compiled to a native binary).
* **qotd** - a simple "quote of the day" console application (**note**: this sample is not yet capable of being compiled to a native binary).

0 comments on commit 6030c48

Please sign in to comment.