docs: add --recursive flag to git clone

pull/46/head
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
1 changed files with 1 additions and 1 deletions

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