Browse Source

Readme clarification

Luciano Dato 7 years ago
parent
commit
97f5fefc39
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -2,7 +2,7 @@
 
 
 speech-denoiser
 speech-denoiser
 ------
 ------
-A speech denoise lv2 plugin based on Xiph's RNNoise library
+A speech denoise lv2 plugin based on the modified Xiph's RNNoise library by GregorR
 
 
 What is RNNoise?
 What is RNNoise?
 -----
 -----
@@ -17,7 +17,7 @@ To compile and install this plug-in you will need the LV2 SDK, Meson build syste
 Installation 
 Installation 
 -----
 -----
 ```bash
 ```bash
-  git clone --recurse-submodules https://github.com/lucianodato/speech-denoiser.git
+  git clone https://github.com/lucianodato/speech-denoiser.git
   cd speech-denoiser
   cd speech-denoiser
   chmod +x install.sh && ./install.sh
   chmod +x install.sh && ./install.sh
 ```
 ```