From: Jérémie Astor Date: Fri, 28 May 2021 10:45:53 +0000 (+0200) Subject: :book: Update build instructions. (Fixes #227) X-Git-Tag: nightly~622 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=756ed6bcb7a9b87d77a03ebf9f36a0ff931f4c3d;p=gwion.git :book: Update build instructions. (Fixes #227) --- diff --git a/README.md b/README.md index aa975e6d..5685216a 100644 --- 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 ```