From 53b57c31589f46629d93bfdb89942392d9fbaaaf Mon Sep 17 00:00:00 2001 From: porsolic Date: Mon, 6 Feb 2023 18:31:26 +0100 Subject: [PATCH] Update README.md Add missing part about git submodules. Without it build system won't find dependencies. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec14577..00e6c7a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ If you have not cloned this repository locally; clone the git repository locally ```bash git clone --recursive https://github.com/pine64/blisp.git cd blisp +git submodule update --init --recursive ``` ## Build the library and command line utility