Skip to content

Commit cef6b6a

Browse files
committed
Merge pull request spf13#700 from switchspan/3.0
Updated windows install information in README
2 parents b45996f + 1b05a64 commit cef6b6a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.markdown

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,12 @@ If you have a bash-compatible shell you can run the script directly:
4242

4343
## Installing on Windows
4444

45-
On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't already, you'll need to install [Vim].
46-
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_:
45+
On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't done so already, you'll need to install [Vim].
46+
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_:
4747

48-
cinst git
49-
cinst curl
50-
cinst ctags
51-
cinst spf13.vim
48+
C:\> choco install spf13-vim
5249

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

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

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

0 commit comments

Comments
 (0)