diff --git a/docs/getting_started.rst b/docs/getting_started.rst index be6a7bd2..27ba255a 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. @@ -168,7 +168,7 @@ Now everything is done, head over to [teracy-dev Git Clone and Vagrant Up](#tera Manual Installation on Windows (**DEPRECATED**) ----------------------------------------------- -This section is deprecated, please head over to the updated [Manual Installation on Windows](#manual-installation-on-windows) +**This section is deprecated, please head over to the updated [Manual Installation on Windows](#manual-installation-on-windows)** This should be the same on Windows 10, Windows 8 and Windows 7. @@ -392,23 +392,23 @@ https://help.github.com/articles/connecting-to-github-with-ssh/ **Note:** - - ~~On Windows, you must always use ``Cygwin Terminal``, not ``Git Bash``~~. +- ~~On Windows, you must always use ``Cygwin Terminal``, not ``Git Bash``~~. - - ``Cygwin Terminal`` is now deprecated and no longer support, we are now using ``Git Bash`` +- ``Cygwin Terminal`` is now deprecated and no longer support, we are now using ``Git Bash`` - - (**DEPRECSTED**) If you have SSH configured and ``vagrant`` is still not working on Windows, you should add the ``export VAGRANT_PREFER_SYSTEM_BIN=true`` environment variable to the ``.bash_profile`` file, that helps you not add this variable on Cygwin repeatedly.!! +- (**DEPRECSTED**) If you have SSH configured and ``vagrant`` is still not working on Windows, you should add the ``export VAGRANT_PREFER_SYSTEM_BIN=true`` environment variable to the ``.bash_profile`` file, that helps you not add this variable on Cygwin repeatedly.!! - .. code-block:: bash + .. code-block:: bash - $ cat >> ~/.bash_profile + $ cat >> ~/.bash_profile - Type ``export VAGRANT_PREFER_SYSTEM_BIN=true`` and press ``Ctrl + D``, then run: + Type ``export VAGRANT_PREFER_SYSTEM_BIN=true`` and press ``Ctrl + D``, then run: - .. code-block:: bash + .. code-block:: bash - $ source ~/.bash_profile + $ source ~/.bash_profile - Now, open the terminal and run the ``export`` command to check if the variable is added successfully +Now, open the terminal and run the ``export`` command to check if the variable is added successfully Rsync with Git Bash -------------------