Update README.rst

https://github.com/adafruit/circuitpython/issues/1410
This commit is contained in:
Limor "Ladyada" Fried 2018-12-19 13:25:18 -05:00 committed by GitHub
parent 5e4b3a8fb6
commit a9f0b31a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,13 +170,7 @@ These commands should be executed from the root directory of the repository
Build commands are run from the ``circuitpython/ports/atmel-samd`` directory.
To build for the Arduino Zero:
.. code-block:: shell
make
To build for other boards you must change it by setting ``BOARD``. For example:
To build for a given board you must specify it by setting ``BOARD``. For example:
.. code-block:: shell