Skip to content

Commit 34d7142

Browse files
committed
Merge pull request spf13#51 from comerford/3.0
changed curl command for auto installer to follow redirects
2 parents e9521c1 + cf29b81 commit 34d7142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The easiest way to install spf13-vim is to use our [automatic installer](http://
4040

4141
```bash
4242

43-
curl http://j.mp/spf13-vim3 -o - | sh
43+
curl http://j.mp/spf13-vim3 -L -o - | sh
4444

4545
```
4646

0 commit comments

Comments
 (0)