Skip to content

Commit 8d069bf

Browse files
committed
Merge pull request dotnet#86 from graemechristie/update-getting-started-for-kvminstall-sh
Update Getting Started section with kvminstall.sh details
2 parents 4b665e0 + 9042ce6 commit 8d069bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ The easiest way to get the KVM on Windows is to run the following command:
3030
```powershell
3131
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
3232
```
33+
or on OSX/Linux:
34+
```
35+
curl https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
36+
```
37+
3338
This downloads KVM from this repository and puts it on your machine. Alternatively, you you could clone the repo and get it:
3439
* Clone the repository
3540
* On the command line execute
@@ -122,4 +127,4 @@ Currently the BCL is split into some fairly fine grained packages, which was one
122127

123128
# Feedback
124129

125-
Check out the [contributing](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) page to see the best places to log issues and start discussions.
130+
Check out the [contributing](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) page to see the best places to log issues and start discussions.

0 commit comments

Comments
 (0)