added missing clone command

This commit is contained in:
Zoltán Vörös 2021-01-09 09:01:41 +01:00 committed by GitHub
parent 771b3d837f
commit 18c974798d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,6 +198,12 @@ curl https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2
# also, see https://docs.espressif.com/projects/esp-idf/en/v3.3.2/get-started for more info
```
We can now clone the `ulab` repository
```
git clone https://github.com/v923z/micropython-ulab $BUILD_DIR/ulab
```
Finally, build the firmware:
```bash