Update README.md

This commit is contained in:
Sunnyyoung 2021-09-09 21:06:41 +08:00
parent fac1e288fb
commit fe18158006
2 changed files with 26 additions and 10 deletions

View File

@ -45,11 +45,19 @@ A dynamic library tweak for WeChat macOS.
## Usage ## Usage
```bash Install command line tool [WeChatTweak-CLI](https://github.com/Sunnyyoung/WeChatTweak-CLI):
$ cd WeChatTweak-macOS
$ sudo make install # Install or Upgrade the framework ```bash
$ sudo make uninstall # Uninstall the framework $ brew tap sunnyyoung/repo
``` $ brew install wechattweak-cli
```
Install/Upgrade/Uninstall Tweak:
```bash
$ sudo wechattweak-cli --install # Install
$ sudo wechattweak-cli --uninstall # Uninstall
```
## Reference ## Reference

View File

@ -45,11 +45,19 @@
## 使用 ## 使用
```bash **首次使用**安装 [WeChatTweak-CLI](https://github.com/Sunnyyoung/WeChatTweak-CLI):
$ cd WeChatTweak-macOS
$ sudo make install # 安装或者更新动态库 ```bash
$ sudo make uninstall # 卸载动态库 $ brew tap sunnyyoung/repo
``` $ brew install wechattweak-cli
```
安装/更新/卸载 Tweak:
```bash
$ sudo wechattweak-cli --install # 安装
$ sudo wechattweak-cli --uninstall # 卸载
```
## FAQ ## FAQ