]> Nishi Git Mirror - gwion.git/commitdiff
:book: Update build instructions. (Fixes #227)
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 28 May 2021 10:45:53 +0000 (12:45 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 28 May 2021 10:45:53 +0000 (12:45 +0200)
README.md

index aa975e6d1694a5d38dc35c63a9c0cbfdab0409f5..5685216a2beb89af6056783bda68e7278d554e36 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,9 +30,8 @@ Please also consider taking the (WIP) [*tour*](https://github.com/Gwion/GwionTou
 ### Download the source
 
 ``` sh
-git clone https://github.com/Gwion/Gwion
+git clone --recursive https://github.com/Gwion/Gwion
 cd Gwion
-git submodule update --init --recursive util ast
 make
 ```