From 9e45c366874c365f6092685056dd5a3d0ff4ad65 Mon Sep 17 00:00:00 2001 From: Forrest Cahoon Date: Fri, 9 Oct 2020 23:13:36 -0500 Subject: [PATCH] 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 ... --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ``` -- 2.43.0