mirror of
https://github.com/pine64/blisp.git
synced 2025-01-22 13:40:28 +00:00
Update README.md
Add missing part about git submodules. Without it build system won't find dependencies.
This commit is contained in:
parent
884142932d
commit
53b57c3158
@ -27,6 +27,7 @@ If you have not cloned this repository locally; clone the git repository locally
|
|||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/pine64/blisp.git
|
git clone --recursive https://github.com/pine64/blisp.git
|
||||||
cd blisp
|
cd blisp
|
||||||
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build the library and command line utility
|
## Build the library and command line utility
|
||||||
|
Loading…
Reference in New Issue
Block a user