From 9e558516ef2799ec9e30c314dc21419fd8730b23 Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Sat, 18 Feb 2023 20:28:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c998d..6e7490b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Permanently free DeepL API written in Golang sudo mv deeplx_darwin_amd64 /usr/local/bin/deeplx ``` -2. Download the `me.missuo.deeplx.plist` to `/Users/YOUR_USERNAME/Library/LaunchAgents`. +2. Download the `me.missuo.deeplx.plist` to `~/Library/LaunchAgents`. ```bash wget https://raw.githubusercontent.com/OwO-Network/DeepLX/main/me.missuo.deeplx.plist -O ~/Library/LaunchAgents/me.missuo.deeplx.plist ```