]> Nishi Git Mirror - gwion.git/commitdiff
Merge pull request #210 from forrcaho/master
authorForrest Cahoon <forrest.cahoon@gmail.com>
Sun, 18 Oct 2020 20:12:16 +0000 (15:12 -0500)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 20:12:16 +0000 (15:12 -0500)
Update README.md to include plug submodule

1  2 
README.md

diff --cc README.md
index 6b09c50926e0a313d4066a9764bb9206115bd0b7,7c3da8e93eaede3c9804d3f228c325464740c6d7..f3b4ce87179e8795d92bc8dde0437dbf69911a28
+++ 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
  ```