]> Nishi Git Mirror - gwion.git/commitdiff
Update README.md 210/head
authorForrest Cahoon <forrest.cahoon@gmail.com>
Sun, 18 Oct 2020 17:41:19 +0000 (12:41 -0500)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 17:41:19 +0000 (12:41 -0500)
Incorporated changes suggested by @fennecdjay

README.md

index 0219a5a8e611a041056f5a54dc72185cf541d237..7c3da8e93eaede3c9804d3f228c325464740c6d7 100644 (file)
--- 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`.