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:
50
50
curl https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
51
51
```
52
52
53
+ Note that on Linux you need to also install [ Mono] ( http://mono-project.com ) 3.4.1 or later.
54
+
53
55
### Install the K Runtime Environment (KRE)
54
56
55
57
Now 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.
71
73
72
74
1 . Clone the Home repository
73
75
2 . 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.
75
77
4 . You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
76
78
5 . Run the sample using the appropriate K command:
77
79
- For the console app run ``` k run ``` .
78
80
- 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.
81
83
82
84
## Switching to Core CLR
83
85
You can’t perform that action at this time.
0 commit comments