From 8334e583b60ec3a07369b4809c32205c83e6f2d0 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 20 Nov 2022 17:22:47 +1100 Subject: [PATCH] Add note to use recursive clone --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a9921c7..c278ae8 100644 --- a/README.md +++ b/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