summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Wei <me@sean.taipei>2021-07-03 13:47:39 +0800
committerNico Williams <nico@cryptonector.com>2022-05-26 15:47:24 -0500
commit55e6e2c21829bd866bd4b18ee254b05c9020320a (patch)
treea3fb2ac7d095c83e2bfea719fd8733f0a225ecdf
parent88116ba76dd983f4cbcd19e5e4586205b46703bd (diff)
Add --recursive to git clone
-rw-r--r--docs/content/download/default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/download/default.yml b/docs/content/download/default.yml
index 02555e73..6d170e72 100644
--- a/docs/content/download/default.yml
+++ b/docs/content/download/default.yml
@@ -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