소스 검색

Updated README,md

Update to reflect submodule introduction.
CrocoDuck O'Ducks 7 년 전
부모
커밋
cd312e842d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -17,8 +17,8 @@ To compile and install this plug-in you will need the LV2 SDK, Meson build syste
 Installation 
 -----
 ```bash
-  git clone https://github.com/lucianodato/speech-denoiser.git
-  cd speech-denoiser 
+  git clone --recursive https://github.com/CrocoDuckoDucks/speech-denoiser.git
+  cd speech-denoiser
   chmod +x install.sh && ./install.sh
 ```