aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 03f96455840fe83e143d288fea3f8444970e4f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 微信开发者工具 for Arch Linux

这个软件包已放在 [AUR](https://aur.archlinux.org/packages/wechat-devtool),仅适用于 Arch Linux 及其衍生的发行版。
如果你是其他 Linux 平台,请移步原工具仓库:[微信开发者工具 for Linux](https://github.com/cytle/wechat_web_devtools)## 安装

```shell
$ git clone https://aur.archlinux.org/wechat-devtool.git
$ cd wechat-devtool
$ makepkg -si
```

也可以通过 AUR 工具安装,如 `aurman````shell
$ aurman -S wechat-devtool
```

## 卸载

```shell
$ sudo pacman -R wechat-devtool
```