Merge pull request #1411 from adafruit/ladyada-patch-1

Update README.rst
This commit is contained in:
Dan Halbert 2018-12-19 14:19:43 -05:00 committed by GitHub
commit ca60a034c7
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