From 3b615b75477a4d4bbc112db134d936886bfda496 Mon Sep 17 00:00:00 2001 From: Sunnyyoung Date: Sun, 16 Apr 2017 22:32:22 +0800 Subject: [PATCH] Update README --- README-Chinese.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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).