Skip to content

Commit

Permalink
Fixing install link to follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Apr 16, 2012
1 parent a12a64a commit e8a99c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1> Installation <small>easily installed on *nix, os x and windows</small></h1>
<h2 id="easyInstall">Easy Installation <small>*nix and os x</small></h2>
<p>The easiest way to install spf13-vim is to use our <a href="http://j.mp/spf13-vim">automatic installer</a> by simply copying and pasting the following line into a terminal. This will install spf13-vim and backup your existing vim configuration.</p>
<p>If you are upgrading from a prior version (before 3.0) this is also the recommended installation.</p>
<pre class="prettyprint" data-content=" Just copy and paste this line into a terminal and run it" data-original-title="Installing is Easy" rel="popover"> curl http://j.mp/spf13-vim3 -o - | sh </pre>
<pre class="prettyprint" data-content=" Just copy and paste this line into a terminal and run it" data-original-title="Installing is Easy" rel="popover">curl http://j.mp/spf13-vim3 -L -o - | sh</pre>



Expand Down

0 comments on commit e8a99c0

Please sign in to comment.