You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,12 @@ If you have a bash-compatible shell you can run the script directly:
42
42
43
43
## Installing on Windows
44
44
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_:
47
47
48
-
cinst git
49
-
cinst curl
50
-
cinst ctags
51
-
cinst spf13.vim
48
+
C:\> choco install spf13-vim
52
49
53
-
_Note: The spf13.vim package will install Vim also!_
50
+
_Note: The [spf13-vim package] will install Vim also!_
54
51
55
52
If you want to install [msysgit], [Curl] and [spf13-vim] individually, follow the directions below.
56
53
@@ -516,7 +513,7 @@ Here's some tips if you've never used VIM before:
0 commit comments