Skip to content

Commit

Permalink
README: Remove references to "make axtls", it's no longer needed.
Browse files Browse the repository at this point in the history
Since 0be2ea5 axtls is automatically built
as part of the usual "make" build process.
  • Loading branch information
dpgeorge committed Nov 15, 2018
1 parent d94aa57 commit 51482ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -76,7 +76,6 @@ To build (see section below for required dependencies):

$ git submodule update --init
$ cd ports/unix
$ make axtls
$ make

Then to give it a try:
Expand Down
1 change: 0 additions & 1 deletion ports/esp8266/README.md
Expand Up @@ -50,7 +50,6 @@ $ make -C mpy-cross
Then, to build MicroPython for the ESP8266, just run:
```bash
$ cd ports/esp8266
$ make axtls
$ make
```
This will produce binary images in the `build/` subdirectory. If you install
Expand Down

2 comments on commit 51482ba

@pfalcon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also makes sense to remove "(be sure to select needed board/port at the bottom left corner)" elsewhere in the README.

@dpgeorge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the hint, done in d63ef86

Please sign in to comment.