From: Forrest Cahoon Date: Sun, 18 Oct 2020 20:12:16 +0000 (-0500) Subject: Merge pull request #210 from forrcaho/master X-Git-Tag: nightly~1229^2~1 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8a9beae9042d149db2d72674de229bbbe2facc66;p=gwion.git Merge pull request #210 from forrcaho/master Update README.md to include plug submodule --- 8a9beae9042d149db2d72674de229bbbe2facc66 diff --cc README.md index 6b09c509,7c3da8e9..f3b4ce87 --- a/README.md +++ b/README.md @@@ -24,9 -24,9 +24,9 @@@ It aims to be simple, small ### Download the source You might just want the minimum to start with, try ``` sh -git clone https://github.com/fennecdjay/Gwion +git clone https://github.com/Gwion/Gwion cd Gwion - git submodule update --init util ast + git submodule update --init make ```