From 6922703e57e04ee362aad212fd8054c233f170bd Mon Sep 17 00:00:00 2001 From: Sunny Young Date: Sun, 7 Dec 2025 01:03:02 +0800 Subject: [PATCH] update README.md --- .ruby-version | 1 - README.md | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 6a81b4c..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.7.8 diff --git a/README.md b/README.md index 0cdc791..ccb5971 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,17 @@ A command-line tool for tweaking WeChat. ## 安装&使用 ```bash -# 首次安装 +# 安装 brew install sunnyyoung/tap/wechattweak # 更新 brew upgrade wechattweak -# 使用 +# 执行 Patch wechattweak patch + +# 查看所有支持的 WeChat 版本 +wechattweak versions ``` ## 参考