diff --git a/docs/getting_started.rst b/docs/getting_started.rst index be6a7bd2..029a4cb6 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -152,15 +152,15 @@ Manual Installation on Windows 1. Install ``git``: -Head over to https://git-scm.com/downloads and download their latest release then follow the instruction, by then you will have ``Git Bash`` already installed. +Head over to https://git-scm.com/downloads and download their latest release, and follow the install instruction, by then you will have ``Git Bash`` already installed. 2. Install ``virtualbox``: -Head over to https://www.virtualbox.org/ and download their latest release then follow the instruction, by then you will have ``virtualbox`` already installed. +Head over to https://www.virtualbox.org/ and download their latest release, and follow the install instruction, by then you will have ``virtualbox`` already installed. 3. Install ``vagrant``: -Head over to https://www.vagrantup.com/ and download their latest release then follow the instruction, by then you will have ``vagrant`` already installed. +Head over to https://www.vagrantup.com/ and download their latest release, and follow the install instruction, by then you will have ``vagrant`` already installed. Now everything is done, head over to [teracy-dev Git Clone and Vagrant Up](#teracy-dev-git-clone-and-vagrant-up) to continue the setup.