mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-07-07 07:56:06 +08:00
Update README.md
This commit is contained in:
parent
fac1e288fb
commit
fe18158006
|
@ -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
|
||||
|
||||
|
|
18
README.md
18
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user