Skip to content

Commit 5e0cd6b

Browse files
committed
Merge pull request #208 from ahmetalpbalkan/curl-follow-silent
curl: silence but show errors, follow redirects
2 parents 31ab787 + 909df7d commit 5e0cd6b

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)