diff --git a/README.md b/README.md index 62e6a5dc30..7749828a1a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ The easiest way to get the KVM on Windows is to run the following command: ```powershell @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: * Clone the repository * On the command line execute @@ -122,4 +127,4 @@ Currently the BCL is split into some fairly fine grained packages, which was one # Feedback -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. \ No newline at end of file +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.