aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazonyang2019-04-29 17:46:07 +0800
committerrazonyang2019-04-29 17:46:07 +0800
commit406e72e2edf937d7e0259731cc4454a23874cdd2 (patch)
treefe117be2af549240a2cf33f87c33238c64305c2e
parent79bbcecc3fdcf289d769a86e5bfb60de7ad3912f (diff)
downloadaur-406e72e2edf937d7e0259731cc4454a23874cdd2.tar.gz
Update README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03f96455840f..6ee7804c76fd 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
## 安装
+> 安装的目录为 `/opt/wechat-devtool`。
+
```shell
$ git clone https://aur.archlinux.org/wechat-devtool.git
$ cd wechat-devtool
@@ -17,6 +19,12 @@ $ makepkg -si
$ aurman -S wechat-devtool
```
+安装后,可以通过快捷方式启动,也可以命令行启动:
+
+```
+$ /opt/wechat-devtool/bin/wxdt
+```
+
## 卸载
```shell