Skip to content

Commit 3fc206f

Browse files
Marti Bolivarnashif
authored andcommitted
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 <[email protected]>
1 parent 8b9042c commit 3fc206f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting_started/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using Git to clone the repository anonymously. Enter:
2828
git clone https://github.com/zephyrproject-rtos/zephyr.git
2929
3030
You have successfully checked out a copy of the source code to your local
31-
machine in the ~/zephyr folder.
31+
machine in a ``zephyr`` folder in your home directory.
3232

3333
.. _getting_started_cmake:
3434

0 commit comments

Comments
 (0)