Skip to content

Commit 4e14822

Browse files
committed
Update README.md
1 parent e290916 commit 4e14822

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ To install KVM on Linux run the following command:
5050
curl 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

5557
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.
7173

7274
1. Clone the Home repository
7375
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.
7577
4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
7678
5. 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

0 commit comments

Comments
 (0)