Skip to content

Commit ef472d3

Browse files
committed
Update README.md
1 parent ecef9dd commit ef472d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The first thing we need to do is setup the tools required to build and run an ap
1616
* This command will setup your environment, getting it ready to install a version of the runtime. It adds kvm to your path and puts it in your user profile.
1717
* Execute ```kvm install 0.1-alpha-build-0421```. This command will download the named version of the KRE and put it on your user profile ready to use. You can get the latest version by running ```kvm upgrade``` but 0421 was the last version explicitly tested. see the [KVM page](https://github.com/aspnet/Home/wiki/version-manager) for more information on KVM.
1818
* Navigate to samples\ConsoleApp
19-
* Run ```kpm restore``` this downloads the System.Console package so the app can do Console.WriteLine
19+
* Run ```kpm restore```. This downloads the System.Console package so the app can do Console.WriteLine
2020
* Run ```K run```
2121
* You should see a message saying "Hello World"
2222
* Type ```SET KRE_TRACE=1```

0 commit comments

Comments
 (0)