mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-23 06:46:10 +08:00
Update README
This commit is contained in:
parent
ff6e3c2667
commit
3b615b7547
|
@ -31,7 +31,7 @@
|
|||
运行命令:`xcode-select --install` 安装 Command Line Tools。
|
||||
|
||||
- `make build` 编译 dylib 动态库到当前目录下
|
||||
- `make debug` 编译 dylib 动态库并临时注入微信macOS客户端
|
||||
- `make debug` 编译 dylib 动态库并临时注入微信 macOS 客户端
|
||||
- `make clean` 清除生成文件
|
||||
|
||||
## 依赖
|
||||
|
@ -40,4 +40,5 @@
|
|||
- [insert_dylib](https://github.com/Tyilo/insert_dylib)
|
||||
|
||||
## License
|
||||
|
||||
The [MIT License](LICENSE).
|
||||
|
|
|
@ -21,7 +21,7 @@ A dynamic library tweak for WeChat macOS.
|
|||
|
||||
## Usage
|
||||
|
||||
- `sudo make install` Inject the dylib to `WeChat`
|
||||
- `sudo make install` Inject the dylib to `WeChat`
|
||||
- `sudo make uninstall` Uninstall the injection
|
||||
|
||||
## Development
|
||||
|
@ -40,4 +40,5 @@ Run `xcode-select --install` to install Command Line Tools.
|
|||
- [insert_dylib](https://github.com/Tyilo/insert_dylib)
|
||||
|
||||
## License
|
||||
|
||||
The [MIT License](LICENSE).
|
||||
|
|
Loading…
Reference in New Issue
Block a user