Skip to content

Commit

Permalink
Merge pull request #700 from switchspan/3.0
Browse files Browse the repository at this point in the history
Updated windows install information in README
  • Loading branch information
spf13 committed Dec 9, 2014
2 parents b45996f + 1b05a64 commit cef6b6a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,12 @@ If you have a bash-compatible shell you can run the script directly:

## Installing on Windows

On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't already, you'll need to install [Vim].
The quickest option to install all three dependencies ([Git], [Curl], [Vim] and [spf13-vim]) via [Chocolatey] NuGet and the [spf13.vim package]. After running the [Chocolatey] install, execute the following commands on the _command prompt_:
On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't done so already, you'll need to install [Vim].
The quickest option to install all three dependencies ([Git], [Curl], [Vim] and [spf13-vim]) is via [Chocolatey] NuGet. After installing [Chocolatey], execute the following commands on the _command prompt_:

cinst git
cinst curl
cinst ctags
cinst spf13.vim
C:\> choco install spf13-vim

_Note: The spf13.vim package will install Vim also! _
_Note: The [spf13-vim package] will install Vim also!_

If you want to install [msysgit], [Curl] and [spf13-vim] individually, follow the directions below.

Expand Down Expand Up @@ -516,7 +513,7 @@ Here's some tips if you've never used VIM before:
[Vim]:http://www.vim.org/download.php#pc
[msysgit]:http://code.google.com/p/msysgit
[Chocolatey]: http://chocolatey.org/
[spf13.vim package]: http://chocolatey.org/packages/spf13.vim
[spf13-vim package]: https://chocolatey.org/packages/spf13-vim
[MacVim]:http://code.google.com/p/macvim/
[spf13-vim]:https://github.com/spf13/spf13-vim
[contributors]:https://github.com/spf13/spf13-vim/contributors
Expand Down

0 comments on commit cef6b6a

Please sign in to comment.