Add note to use recursive clone

This commit is contained in:
Ben V. Brown 2022-11-20 17:22:47 +11:00
parent c419cc0cd9
commit 8334e583b6

View File

@ -14,6 +14,17 @@ Tool and library for flashing their RISC-V MCUs.
# Building # Building
## Clone repository
If you have not cloned this repository locally; check out the git repository locally by running
```bash
git clone --recursive https://github.com/pine64/blisp.git
cd blisp
```
## Build the library and command line utility
For building `blisp` command line tool, use following commands: For building `blisp` command line tool, use following commands:
```bash ```bash
@ -40,3 +51,4 @@ blisp --chip bl60x --reset -p /dev/ttyUSB0 name_of_firmware.bin
- [ ] Another code style - [ ] Another code style
- [ ] Finalize API - [ ] Finalize API
- [ ] SDIO and JTAG support