From 3fc206fa5387aa0bb0dc0a89755cafdaba0cde0f Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 31 May 2018 15:19:59 -0400 Subject: [PATCH] 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 --- doc/getting_started/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started/getting_started.rst b/doc/getting_started/getting_started.rst index 677e75d953e..da80233eb29 100644 --- a/doc/getting_started/getting_started.rst +++ b/doc/getting_started/getting_started.rst @@ -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: