Setsugesuka commited on
Commit
f2b6f1f
1 Parent(s): 750d27b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -26,8 +26,7 @@ Use the soft link to specify the downloaded checkpoint in the first step:
26
 
27
  ```bash
28
  cd Amphion
29
- mkdir ckpts/vocoder
30
- cd ckpts/vocoder
31
  ln -s "$(realpath ../hifigan_speech_bigdata/hifigan_speech)" pretrained/hifigan_speech
32
  ```
33
 
 
26
 
27
  ```bash
28
  cd Amphion
29
+ mkdir -p ckpts/vocoder
 
30
  ln -s "$(realpath ../hifigan_speech_bigdata/hifigan_speech)" pretrained/hifigan_speech
31
  ```
32