Skip to content

Commit

Permalink
docs: Update docs and README to specify full yotta command.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie authored and dpgeorge committed Sep 6, 2021
1 parent 3923ae7 commit 76cc061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ if so, you could be prompted to create one as a part of the process.
- Use target bbc-microbit-classic-gcc-nosd:

```
yt target bbc-microbit-classic-gcc-nosd
yotta target bbc-microbit-classic-gcc-nosd
```

- Run yotta update to fetch remote assets:

```
yt up
yotta up
```

- Start the build:
Expand Down
6 changes: 3 additions & 3 deletions docs/devguide/flashfirmware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Use yotta to build.

Use target bbc-microbit-classic-gcc-nosd::

yt target bbc-microbit-classic-gcc-nosd
yotta target bbc-microbit-classic-gcc-nosd

Run yotta update to fetch remote assets::

yt up
yotta up

Start the build with either yotta::

yt build
yotta build

...or use the Makefile::

Expand Down

0 comments on commit 76cc061

Please sign in to comment.