diff --git a/README-Chinese.md b/README-Chinese.md index 2fb33b7..aa99594 100644 --- a/README-Chinese.md +++ b/README-Chinese.md @@ -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). diff --git a/README.md b/README.md index bb18e3f..8c32e56 100644 --- a/README.md +++ b/README.md @@ -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).