mirror of
https://github.com/pine64/blisp.git
synced 2025-02-07 05:20:14 +00:00
Add note to use recursive clone
This commit is contained in:
parent
c419cc0cd9
commit
8334e583b6
12
README.md
12
README.md
@ -14,6 +14,17 @@ Tool and library for flashing their RISC-V MCUs.
|
||||
|
||||
# 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:
|
||||
|
||||
```bash
|
||||
@ -40,3 +51,4 @@ blisp --chip bl60x --reset -p /dev/ttyUSB0 name_of_firmware.bin
|
||||
|
||||
- [ ] Another code style
|
||||
- [ ] Finalize API
|
||||
- [ ] SDIO and JTAG support
|
||||
|
Loading…
Reference in New Issue
Block a user