We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31ab787 + 909df7d commit 5e0cd6bCopy full SHA for 5e0cd6b
README.md
@@ -63,7 +63,7 @@ To install KVM and the correct version of Mono on OS X using [Homebrew](http://b
63
To install KVM on Linux run the following command:
64
65
```
66
-curl https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
+curl -sSL https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
67
68
69
Note that on Linux you need to also install [Mono](http://mono-project.com) 3.4.1 or later.
0 commit comments