Update README

This commit is contained in:
Sunnyyoung 2017-04-16 22:32:22 +08:00
parent ff6e3c2667
commit 3b615b7547
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@
运行命令:`xcode-select --install` 安装 Command Line Tools。 运行命令:`xcode-select --install` 安装 Command Line Tools。
- `make build` 编译 dylib 动态库到当前目录下 - `make build` 编译 dylib 动态库到当前目录下
- `make debug` 编译 dylib 动态库并临时注入微信macOS客户端 - `make debug` 编译 dylib 动态库并临时注入微信 macOS 客户端
- `make clean` 清除生成文件 - `make clean` 清除生成文件
## 依赖 ## 依赖
@ -40,4 +40,5 @@
- [insert_dylib](https://github.com/Tyilo/insert_dylib) - [insert_dylib](https://github.com/Tyilo/insert_dylib)
## License ## License
The [MIT License](LICENSE). The [MIT License](LICENSE).

View File

@ -21,7 +21,7 @@ A dynamic library tweak for WeChat macOS.
## Usage ## Usage
- `sudo make install` Inject the dylib to `WeChat` - `sudo make install` Inject the dylib to `WeChat`
- `sudo make uninstall` Uninstall the injection - `sudo make uninstall` Uninstall the injection
## Development ## Development
@ -40,4 +40,5 @@ Run `xcode-select --install` to install Command Line Tools.
- [insert_dylib](https://github.com/Tyilo/insert_dylib) - [insert_dylib](https://github.com/Tyilo/insert_dylib)
## License ## License
The [MIT License](LICENSE). The [MIT License](LICENSE).