chore: add install link

This commit is contained in:
Vincent Young 2023-05-30 01:27:53 +08:00
parent 80f63f1174
commit 682b5fbef0
No known key found for this signature in database
GPG Key ID: 84A0830C90354A56

View File

@ -2,7 +2,7 @@
* @Author: Vincent Young * @Author: Vincent Young
* @Date: 2022-10-18 07:32:29 * @Date: 2022-10-18 07:32:29
* @LastEditors: Vincent Young * @LastEditors: Vincent Young
* @LastEditTime: 2023-04-23 13:49:08 * @LastEditTime: 2023-05-30 01:27:34
* @FilePath: /DeepLX/README.md * @FilePath: /DeepLX/README.md
* @Telegram: https://t.me/missuo * @Telegram: https://t.me/missuo
* *
@ -67,6 +67,8 @@ docker compose up -d
### Run on Linux Server ### Run on Linux Server
```bash ```bash
bash <(curl -Ls https://raw.githubusercontent.com/OwO-Network/DeepLX/main/install.sh)
# or
bash <(curl -Ls https://cpp.li/deeplx) bash <(curl -Ls https://cpp.li/deeplx)
``` ```