2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

docs: add --recursive flag to git clone

This commit is contained in:
sammy 2021-05-01 16:07:39 -04:00
parent 4d38b913f1
commit 69883c6b73
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

View File

@ -52,7 +52,7 @@ sudo zypper install readline-devel
### Install
```sh
git clone https://github.com/Hilbis/Hilbish
git clone --recursive https://github.com/Hilbis/Hilbish
cd Hilbish
make build
sudo make install