getting_started: fix UNIX-ism

Now that the instructions work on Windows, delete a reference to
~ (the user's home on a Unix system) in the text.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
This commit is contained in:
Marti Bolivar 2018-05-31 15:19:59 -04:00 committed by Anas Nashif
parent 8b9042c419
commit 3fc206fa53
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ using Git to clone the repository anonymously. Enter:
git clone https://github.com/zephyrproject-rtos/zephyr.git
You have successfully checked out a copy of the source code to your local
machine in the ~/zephyr folder.
machine in a ``zephyr`` folder in your home directory.
.. _getting_started_cmake: