Skip to content

Commit 909df7d

Browse files
committed
curl: silence but show errors, follow redirects
- Updated readme with new curl parameters Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
1 parent 31ab787 commit 909df7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To install KVM and the correct version of Mono on OS X using [Homebrew](http://b
6363
To install KVM on Linux run the following command:
6464

6565
```
66-
curl https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
66+
curl -sSL https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.sh | sh && source ~/.kre/kvm/kvm.sh
6767
```
6868

6969
Note that on Linux you need to also install [Mono](http://mono-project.com) 3.4.1 or later.

0 commit comments

Comments
 (0)