From 5968f0a0dbd7c833651d5a571172b7d9d367a152 Mon Sep 17 00:00:00 2001 From: switchspan Date: Sat, 25 Jan 2014 18:39:57 -0500 Subject: [PATCH 1/4] added instructions for windows install with Chocolatey --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.markdown b/README.markdown index 0ceffc50f..4478207ef 100644 --- a/README.markdown +++ b/README.markdown @@ -54,6 +54,13 @@ 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 for all three is to install the dependencies([Git] and [Curl]) and spf13-vim via [Chocolatey]. After running the [Chocolatey] install, execute the following commands on the commandline: + + cinst git + cinst curl + cinst spf13.vim + +_Note: This will install Vim as well_ ### Installing dependencies @@ -491,6 +498,7 @@ Here's some tips if you've never used VIM before: [Curl]:http://curl.haxx.se [Vim]:http://www.vim.org/download.php#pc [msysgit]:http://code.google.com/p/msysgit +[Chocolatey]: http://chocolatey.org/ [MacVim]:http://code.google.com/p/macvim/ [spf13-vim]:https://github.com/spf13/spf13-vim [contributors]:https://github.com/spf13/spf13-vim/contributors From caf59dc201da83434b1539492c54968346b054f2 Mon Sep 17 00:00:00 2001 From: switchspan Date: Sat, 25 Jan 2014 18:55:52 -0500 Subject: [PATCH 2/4] modified windows install instructions in readme --- README.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 4478207ef..025779f84 100644 --- a/README.markdown +++ b/README.markdown @@ -54,13 +54,15 @@ 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 for all three is to install the dependencies([Git] and [Curl]) and spf13-vim via [Chocolatey]. After running the [Chocolatey] install, execute the following commands on the commandline: +The quickest option to install all three dependencies ([Git], [Curl], [Vim] and [spf13-vim]) via [spf13.vim package]. After running the [Chocolatey] install, execute the following commands on the _command prompt_: cinst git cinst curl cinst spf13.vim -_Note: This will install Vim as well_ +_Note: The spf13.vim package will install Vim also! _ + +If you want to install [msysgit], [Curl] and [spf13-vim] individually, follow the directions below. ### Installing dependencies @@ -499,6 +501,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 [MacVim]:http://code.google.com/p/macvim/ [spf13-vim]:https://github.com/spf13/spf13-vim [contributors]:https://github.com/spf13/spf13-vim/contributors From 3125f352123b71b4e7aebbffb4e8b3ad6bf3dd3d Mon Sep 17 00:00:00 2001 From: switchspan Date: Sat, 25 Jan 2014 19:01:02 -0500 Subject: [PATCH 3/4] Added Chocolatey install for ctags to readme for windows install --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 025779f84..01cae2e9f 100644 --- a/README.markdown +++ b/README.markdown @@ -54,13 +54,14 @@ 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 [spf13.vim package]. After running the [Chocolatey] install, execute the following commands on the _command prompt_: +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_: cinst git cinst curl + cinst ctags cinst 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. From 1ccd3681901e4fa8021e821d42d4b97374ec3c74 Mon Sep 17 00:00:00 2001 From: switchspan Date: Sat, 25 Jan 2014 23:28:18 -0500 Subject: [PATCH 4/4] fixed formatting for readme windows install instructions --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 01cae2e9f..1032c551b 100644 --- a/README.markdown +++ b/README.markdown @@ -53,7 +53,7 @@ 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]. +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_: cinst git @@ -61,7 +61,7 @@ The quickest option to install all three dependencies ([Git], [Curl], [Vim] and cinst ctags cinst 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.