Skip to content

Commit 18c9747

Browse files
authored
added missing clone command
1 parent 771b3d8 commit 18c9747

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ curl https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2
198198
# also, see https://docs.espressif.com/projects/esp-idf/en/v3.3.2/get-started for more info
199199
```
200200

201+
We can now clone the `ulab` repository
202+
203+
```
204+
git clone https://github.com/v923z/micropython-ulab $BUILD_DIR/ulab
205+
```
206+
201207
Finally, build the firmware:
202208

203209
```bash

0 commit comments

Comments
 (0)