Update README.md

Add missing part about git submodules.
Without it build system won't find dependencies.
This commit is contained in:
porsolic 2023-02-06 18:31:26 +01:00 committed by Marek Kraus
parent 884142932d
commit 53b57c3158

View File

@ -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