summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-10-16 17:09:50 +0200
committerSven Gothel <[email protected]>2020-10-16 17:09:50 +0200
commit2057cae7bfb6a8feb8267d3bf106bbfd9da645cb (patch)
tree883243f89d5a025b41d9576088bbd461e0a3efca /README.md
parent2d930d944f63cb431b91697ce9cbac437a5cf96d (diff)
README: 'git clone': Add '--recurse-submodules' option to also clone and init jaucpp submodule
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 570c03f2..d4b2fad6 100644
--- a/README.md
+++ b/README.md
@@ -211,7 +211,7 @@ apt install doxygen graphviz
For a generic build use:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.sh}
CPU_COUNT=`getconf _NPROCESSORS_ONLN`
-git clone https://jausoft.com/cgit/direct_bt.git
+git clone --recurse-submodules https://jausoft.com/cgit/direct_bt.git
cd direct_bt
mkdir build
cd build