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
```bash
$ cd WeChatTweak-macOS
$ sudo make install # Install or Upgrade the framework
$ sudo make uninstall # Uninstall the framework
```
Install command line tool [WeChatTweak-CLI](https://github.com/Sunnyyoung/WeChatTweak-CLI):
```bash
$ brew tap sunnyyoung/repo
$ brew install wechattweak-cli
```
Install/Upgrade/Uninstall Tweak:
```bash
$ sudo wechattweak-cli --install # Install
$ sudo wechattweak-cli --uninstall # Uninstall
```
## Reference

View File

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