docs: add the command of brew update

This commit is contained in:
Vincent Young 2023-03-03 02:26:49 +08:00
parent bc49e4029f
commit 2bfa97d18c

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-02-28 18:14:40 * @LastEditTime: 2023-03-03 02:26:21
* @FilePath: /DeepLX/README.md * @FilePath: /DeepLX/README.md
* @Telegram: https://t.me/missuo * @Telegram: https://t.me/missuo
* *
@ -43,8 +43,14 @@ bash <(curl -Ls https://cpp.li/deeplx)
brew tap owo-network/brew brew tap owo-network/brew
brew install deeplx brew install deeplx
brew services start owo-network/brew/deeplx brew services start owo-network/brew/deeplx
# Update to latest version
brew update
brew upgrade deeplx
brew services restart owo-network/brew/deeplx
``` ```
#### Manual #### Manual
1. Download the latest release of DeepL X. 1. Download the latest release of DeepL X.
```bash ```bash