From 909df7d493e4a8e005ffca7ff52d893a86bfbaf9 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 20 Nov 2014 11:39:30 -0800 Subject: [PATCH] curl: silence but show errors, follow redirects - Updated readme with new curl parameters Signed-off-by: Ahmet Alp Balkan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dae2daed3ab..601ab4162a99 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To install KVM and the correct version of Mono on OS X using [Homebrew](http://b To install KVM on Linux run the following command: ``` -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 ``` Note that on Linux you need to also install [Mono](http://mono-project.com) 3.4.1 or later.