fix docs
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
```bash
|
||||
sudo mkdir -p /opt/whisper
|
||||
sudo chown "$USER":"$USER" /opt/whisper
|
||||
cp -r whisper/* /opt/whisper/
|
||||
cp -a whisper/. /opt/whisper/ # 用 whisper/. 而不是 whisper/*,否则不会复制 .env.example 等隐藏文件
|
||||
cd /opt/whisper
|
||||
|
||||
cp .env.example .env # 按需修改 WHISPER_MODEL
|
||||
|
||||
Reference in New Issue
Block a user