mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-07-08 00:26:06 +08:00
Update README.md
This commit is contained in:
parent
fac1e288fb
commit
fe18158006
|
@ -45,10 +45,18 @@ A dynamic library tweak for WeChat macOS.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Install command line tool [WeChatTweak-CLI](https://github.com/Sunnyyoung/WeChatTweak-CLI):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd WeChatTweak-macOS
|
$ brew tap sunnyyoung/repo
|
||||||
$ sudo make install # Install or Upgrade the framework
|
$ brew install wechattweak-cli
|
||||||
$ sudo make uninstall # Uninstall the framework
|
```
|
||||||
|
|
||||||
|
Install/Upgrade/Uninstall Tweak:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo wechattweak-cli --install # Install
|
||||||
|
$ sudo wechattweak-cli --uninstall # Uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
14
README.md
14
README.md
|
@ -45,10 +45,18 @@
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||
|
**首次使用**安装 [WeChatTweak-CLI](https://github.com/Sunnyyoung/WeChatTweak-CLI):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd WeChatTweak-macOS
|
$ brew tap sunnyyoung/repo
|
||||||
$ sudo make install # 安装或者更新动态库
|
$ brew install wechattweak-cli
|
||||||
$ sudo make uninstall # 卸载动态库
|
```
|
||||||
|
|
||||||
|
安装/更新/卸载 Tweak:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo wechattweak-cli --install # 安装
|
||||||
|
$ sudo wechattweak-cli --uninstall # 卸载
|
||||||
```
|
```
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
Loading…
Reference in New Issue
Block a user