Skip to content

Commit

Permalink
@ teracyhq#563 | apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
datphan committed Dec 25, 2018
1 parent 5a11244 commit ae92f5a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,23 +152,23 @@ 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.

.. _manual-installation-on-windows-deprecated:
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.

Expand Down Expand Up @@ -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
-------------------
Expand Down

0 comments on commit ae92f5a

Please sign in to comment.