File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ To install KVM on Linux run the following command:
5050curl https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
5151```
5252
53+ Note that on Linux you need to also install [ Mono] ( http://mono-project.com ) 3.4.1 or later.
54+
5355### Install the K Runtime Environment (KRE)
5456
5557Now that you have KVM setup you can install the latest version of the runtime by running the following command: ``` kvm install 1.0.0-alpha3 ```
@@ -71,13 +73,13 @@ The samples in this repo are basic starting points for you to experiment with.
7173
72741 . Clone the Home repository
73752 . Change directory to the folder of the sample you want to run
74- 3 . Run ``` kpm restore ```
76+ 3 . Run ``` kpm restore ``` to restore the packages required by that sample.
75774 . You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
76785 . Run the sample using the appropriate K command:
7779 - For the console app run ``` k run ``` .
7880 - For the web apps run ``` k web ``` on Windows or ``` k kestrel ``` on Mono.
79- 6 . You should see the output of the console app or a message to show the site is now started.
80- 7 . Navigate to the web apps in a browser by going to "http://localhost:5001 " or "http://localhost:5004 " if running on Mono.
81+ 6 . You should see the output of the console app or a message that says the site is now started.
82+ 7 . You can navigate to the web apps in a browser by going to "http://localhost:5001 " or "http://localhost:5004 " if running on Mono.
8183
8284## Switching to Core CLR
8385
You can’t perform that action at this time.
0 commit comments