From: Forrest Cahoon Date: Sat, 10 Oct 2020 04:13:36 +0000 (-0500) Subject: Update README.md to include plug submodule X-Git-Tag: nightly~1229^2~1^2~2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9e45c366874c365f6092685056dd5a3d0ff4ad65;p=gwion.git Update README.md to include plug submodule I _think_ this is correct? I was going nuts trying to figure out how Gwion was supposed to actually make sound ... --- diff --git a/README.md b/README.md index 49e6aad6..e98fd26c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You might just want the minimum to start with, try ``` sh git clone https://github.com/fennecdjay/Gwion cd Gwion -git submodule update --init util ast +git submodule update --init util ast plug make ``` @@ -40,6 +40,7 @@ Please rebuild to take your change into account. ``` make -C util clean make -C ast clean +make -C plug clean make clean make ```