From 2bfa97d18cc80fd3e74aefff6ef8c289eee2fdc6 Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Fri, 3 Mar 2023 02:26:49 +0800 Subject: [PATCH] docs: add the command of brew update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4b152..6c63e27 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * @Author: Vincent Young * @Date: 2022-10-18 07:32:29 * @LastEditors: Vincent Young - * @LastEditTime: 2023-02-28 18:14:40 + * @LastEditTime: 2023-03-03 02:26:21 * @FilePath: /DeepLX/README.md * @Telegram: https://t.me/missuo * @@ -43,8 +43,14 @@ bash <(curl -Ls https://cpp.li/deeplx) brew tap owo-network/brew brew install 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 1. Download the latest release of DeepL X. ```bash