summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2018-03-30 22:21:35 +0000
committersommersoft <sommersoft@gmail.com>2018-03-30 22:21:35 +0000
commit7c0be04696c0b1eec6be4d0262630dfd766d0cca (patch)
tree6e5be5f1558020ec51b371e29282ef4af60a6447
parentc70acab8b37c4f4e402a070b78024c4c1abf65c7 (diff)
verbiage cleanup
-rw-r--r--ports/atmel-samd/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst
index e827b6499..271187b9d 100644
--- a/ports/atmel-samd/README.rst
+++ b/ports/atmel-samd/README.rst
@@ -143,11 +143,11 @@ 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
-(``%clone location%/circuitpython/``). All other commands are run from the
-``%clone location%/circuitpython/ports/atmel-samd/``directory.
+(``%clone_location%/circuitpython/``). All other commands are run from the
+``%clone_location%/circuitpython/ports/atmel-samd/`` directory.
1. There are various submodules that reside in different repositories. In order
- to have these submodules locally, you must pull them into your clone.
+ to have these submodules locally, you must pull them into your clone, using:
.. code-block:: shell