diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -71,11 +71,11 @@ You can also configure ```Git-Auto-Deploy``` to start on boot using a init.d-scr GAD runs under Windows, but requires some requisites. 1. Install Python 2.7 using the [Windows installer](https://www.python.org/downloads/). -2. After installed, make sure Python is in your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Make sure ``C:\Python27`` and ``C:\Python27\Scripts`` is part of the PATH system environment variable. +2. Verify that Python is added to your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Make sure ``C:\Python27`` and ``C:\Python27\Scripts`` is part of the PATH system environment variable. 3. Install pip using the [``get-pip.py`` script](https://pip.pypa.io/en/latest/installing/) -4. Install the [official Git build for Windows](https://git-scm.com/download/win) -5. Verify that Git is in your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Making sure that ```C:\Program Files\Git\cmd``` is added (should have be added automatically by the installer) as well as ```C:\Program Files\Git\bin``` (*not* added by default) -6. Continue with the instructions for [installing GAD from the repository](#install-from-repository-recommended-for-other-systems) +4. Install Git using the [official Git build for Windows](https://git-scm.com/download/win) +5. Verify that Git is added to your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Make sure that ```C:\Program Files\Git\cmd``` is added (should have been added automatically by the installer) as well as ```C:\Program Files\Git\bin``` (*not* added by default). +6. Continue with the above instructions for [installing GAD from the repository](#install-from-repository-recommended-for-other-systems) ## Alternative installation methods |