Skip to content

Commit 6030c48

Browse files
author
Zlatko Knezevic
committed
Update README.md
1 parent 95e0781 commit 6030c48

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

samples/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ In order to run these samples, you first need to [install .NET Core](http://dotn
1313
* `dotnet restore`
1414
* `dotnet compile`
1515
* `./bin/Debug/[framework]/[binary name]`
16-
* Compile to a single, native binary
17-
* `dotnet restore`
18-
* `dotnet compile --native`
19-
* `./bin/Debug/[framework]/native/[binary name]`
2016

2117
## Samples list
2218

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

0 commit comments

Comments
 (0)