From 38e6b7c3f092d4c594bab551f1b819a45f31e4cf Mon Sep 17 00:00:00 2001 From: Forrest Cahoon Date: Sun, 18 Oct 2020 12:41:19 -0500 Subject: [PATCH] Update README.md Incorporated changes suggested by @fennecdjay --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0219a5a8..7c3da8e9 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 --recursive +git submodule update --init make ``` @@ -80,6 +80,9 @@ Save and exit the file(:wq in vim). Use the following command to run your first Congratulations!! You ran your first gwion program. ## Making Sound + +_This section is currently very Linux-centric. We are working to improve that. Pull requests welcome!_ + Gwion relies on plugins for most of its language features, including all those that make sound. Plugins are located in the subdirectories of `plug`. To get some sounds going under linux using jack sound server, you can build the plugins `Jack`, `Soundpipe`, and `Modules`. -- 2.43.0