From bde89980e59ac7a5f96d064654544cb711274cab Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Thu, 2 Mar 2023 11:51:56 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index baaf7ad..48eb90e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,14 @@ bash <(curl -Ls https://cpp.li/deeplx) ``` ### Run on Mac +#### Homebrew +```bash +brew tap owo-network/brew +brew install deeplx +brew services start owo-network/brew/deeplx +``` + +#### Manual 1. Download the latest release of DeepL X. ```bash sudo mv deeplx_darwin_amd64 /usr/local/bin/deeplx