aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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