From 9e1bf1908f61240b8b62f228a2d1afc15b8cdd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Mu=C3=B1umel?= Date: Wed, 6 Aug 2014 18:30:58 -0430 Subject: [PATCH] Improve the readme to show an option to configure the environment variables because they are not set by default with gVim. --- README.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.markdown b/README.markdown index 206e867ed..e20a1399f 100644 --- a/README.markdown +++ b/README.markdown @@ -56,6 +56,17 @@ If you want to install [msysgit], [Curl] and [spf13-vim] individually, follow th ### Installing dependencies +#### Install [Vim] + +After the installation of Vim you must add a new directory to your environment variables path to make it work with the script installation of spf13. + +Open Vim and write the following command, it will show the installed directory: + + :echo $VIMRUNTIME + C:\Program Files (X86)\Vim\vim74 + +Then you need to add it to your environment variable path. After that try execute `vim` within command prompt (press Win-R, type `cmd`, press Enter) and you’ll see the default vim page. + #### Install [msysgit] After installation try running `git --version` within _command prompt_ (press Win-R, type `cmd`, press Enter) to make sure all good: