From 8af98d0dc95cd9b3417d938a869d3d5b39be0695 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Fri, 30 Mar 2018 22:44:16 +0000 Subject: [PATCH] ambiguized directory paths --- ports/atmel-samd/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst index 4078e7fe96..d475e3816d 100644 --- a/ports/atmel-samd/README.rst +++ b/ports/atmel-samd/README.rst @@ -143,7 +143,7 @@ Building Before building the firmware for a given board, there are two additional steps. These commands should be executed from the root directory of the repository -(``~/circuitpython/``). +(``circuitpython/``). 1. There are various submodules that reside in different repositories. In order to have these submodules locally, you must pull them into your clone, using: @@ -161,7 +161,7 @@ These commands should be executed from the root directory of the repository make -C mpy-cross -Build commands are run from the ``~/circuitpython/ports/atmel-samd`` directory. +Build commands are run from the ``circuitpython/ports/atmel-samd`` directory. To build for the Arduino Zero: