aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCountStarlight2019-06-02 23:10:13 +0800
committerCountStarlight2019-06-02 23:10:13 +0800
commit81492c3b46e62ac03d7673b667d85aca311df9ad (patch)
treec7b55b592f21948bf2d9880d05e6ae0a94881196 /README.md
parentacc43b33f39636fb7ea91c70c1005215c0cc1f64 (diff)
downloadaur-81492c3b46e62ac03d7673b667d85aca311df9ad.tar.gz
Upgrade wechat to 2.6.8.52
Signed-off-by: CountStarlight <countstarlight@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 29 insertions, 4 deletions
diff --git a/README.md b/README.md
index 845c0797231c..efbe8c8a1076 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,19 @@
-# 在Archlinux及衍生发行版上运行微信(WeChat)
+在Archlinux及衍生发行版上运行微信(WeChat)
+=======
<p align="center">
<a href="https://travis-ci.org/countstarlight/deepin-wine-wechat-arch">
<img src="https://travis-ci.org/countstarlight/deepin-wine-wechat-arch.svg?branch=master" alt="Build Status">
</a>
<a href="https://pc.weixin.qq.com/">
- <img src="https://img.shields.io/badge/WeChat-2.6.8.51-blue.svg" alt="WeChat Version">
+ <img src="https://img.shields.io/badge/WeChat-2.6.8.52-blue.svg" alt="WeChat Version">
</a>
<a href="https://aur.archlinux.org/packages/deepin-wine-wechat/">
<img src="https://img.shields.io/aur/version/deepin-wine-wechat.svg" alt="AUR Version">
</a>
+ <a href="https://github.com/countstarlight/deepin-wine-wechat-arch/releases">
+ <img src="https://img.shields.io/github/downloads/countstarlight/deepin-wine-wechat-arch/total.svg" alt="GitHub Release">
+ </a>
<a href="https://github.com/countstarlight/deepin-wine-wechat-arch/issues">
<img src="https://img.shields.io/github/issues/countstarlight/deepin-wine-wechat-arch.svg" alt="GitHub Issues">
</a>
@@ -17,11 +21,18 @@
Deepin打包的微信(WeChat)容器移植到Archlinux,不依赖`deepin-wine`,包含定制的注册表配置,微信安装包替换为官方最新
+<!-- TOC -->
+
- [安装](#安装)
+ - [从 AUR 安装](#从-aur-安装)
+ - [从 GitHub Release 安装](#从-github-release-安装)
+ - [从源码安装](#从源码安装)
- [常见问题](#常见问题)
- [感谢](#感谢)
- [更新日志](#更新日志)
+<!-- /TOC -->
+
## 安装
`deepin-wine-wechat`依赖`Multilib`仓库中的`wine`,`wine_gecko`和`wine-mono`,Archlinux默认没有开启`Multilib`仓库,需要编辑`/etc/pacman.conf`,取消对应行前面的注释([Archlinux wiki](https://wiki.archlinux.org/index.php/Official_repositories#multilib)):
@@ -39,12 +50,25 @@ Deepin打包的微信(WeChat)容器移植到Archlinux,不依赖`deepin-wine`
+Include = /etc/pacman.d/mirrorlist
```
-* 1.已添加到AUR [deepin-wine-wechat](https://aur.archlinux.org/packages/deepin-wine-wechat/),可使用 `yay` 或 `yaourt` 安装:
+### 从 AUR 安装
+
+已添加到AUR [deepin-wine-wechat](https://aur.archlinux.org/packages/deepin-wine-wechat/),可使用 `yay` 或 `yaourt` 安装:
+
```shell
yay -S deepin-wine-wechat
```
-* 2.手动安装
+### 从 GitHub Release 安装
+
+> 由 [Travis CI](https://travis-ci.org/countstarlight/deepin-wine-wechat-arch) 在 Docker 容器 [mikkeloscar/arch-travis](https://hub.docker.com/r/mikkeloscar/arch-travis) 中自动构建的 ArchLinux 安装包
+
+在[GitHub Release](https://github.com/countstarlight/deepin-wine-wechat-arch/releases)页面下载 `.pkg.tar.xz`后缀的安装包,使用`pacman`安装:
+
+```bash
+sudo pacman -U #下载的包名
+```
+
+### 从源码安装
```shell
git clone https://github.com/countstarlight/deepin-wine-wechat-arch.git
@@ -70,6 +94,7 @@ yay -S deepin-wine-wechat
## 更新日志
+* 2019-06-02 WeChat-2.6.8.52
* 2019-05-29 WeChat-2.6.8.51
* 2019-04-03 WeChat-2.6.7.57
* 2019-01-03 WeChat-2.6.2 \ No newline at end of file