From 9f92a11da144e85c35f5ca3157745a108726bbcc Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Fri, 3 Mar 2023 02:31:10 +0800 Subject: [PATCH] docs: brew view the currently installed version --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2082870..6c370fd 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-03-03 02:26:21 + * @LastEditTime: 2023-03-03 02:30:52 * @FilePath: /DeepLX/README.md * @Telegram: https://t.me/missuo * @@ -48,6 +48,9 @@ brew services start owo-network/brew/deeplx brew update brew upgrade deeplx brew services restart owo-network/brew/deeplx + +# View the currently installed version +brew list --versions deeplx ```