1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add --recursive to git clone

This commit is contained in:
Sean Wei
2021-07-03 13:47:39 +08:00
committed by Nico Williams
parent 88116ba76d
commit 55e6e2c218

View File

@ -157,7 +157,7 @@ body:
If you're interested in using the lastest development version, try:
git clone https://github.com/stedolan/jq.git
git clone --recursive https://github.com/stedolan/jq.git
cd jq
autoreconf -i
./configure --disable-maintainer-mode