Merge pull request #86 from graemechristie/update-getting-started-for-kvminstall-sh

Update Getting Started section with kvminstall.sh details
This commit is contained in:
David Fowler 2014-06-21 08:39:05 -07:00
commit 8d069bf8a3
1 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,11 @@ The easiest way to get the KVM on Windows is to run the following command:
```powershell ```powershell
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))" @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
``` ```
or on OSX/Linux:
```
curl https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
```
This downloads KVM from this repository and puts it on your machine. Alternatively, you you could clone the repo and get it: This downloads KVM from this repository and puts it on your machine. Alternatively, you you could clone the repo and get it:
* Clone the repository * Clone the repository
* On the command line execute * On the command line execute