aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCountStarlight2019-06-01 00:27:20 +0800
committerCountStarlight2019-06-01 00:27:20 +0800
commit30cb04f969528e86a98162aa522c1ac1d88e7260 (patch)
tree5973a2c2ad180511c59a5cb98ded98eabb01670b
parent1673b4314bff691909e65cfaa2ca0dff3c0f2c71 (diff)
downloadaur-30cb04f969528e86a98162aa522c1ac1d88e7260.tar.gz
Update README.md.
Signed-off-by: CountStarlight <countstarlight@gmail.com>
-rw-r--r--README.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/README.md b/README.md
index 49c7abda4b3a..3f2e9ece5ad0 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,12 @@
Deepin打包的TIM容器移植到Archlinux,不依赖`deepin-wine`,包含定制的注册表配置,TIM安装包替换为官方最新
+<!-- TOC -->
+
- [安装](#安装)
+ - [从AUR安装](#从aur安装)
+ - [从GitHub Release 安装](#从github-release-安装)
+ - [从源码安装](#从源码安装)
- [字体](#字体)
- [使用其他字体](#使用其他字体)
- [修复字体模糊](#修复字体模糊)
@@ -26,6 +31,8 @@ Deepin打包的TIM容器移植到Archlinux,不依赖`deepin-wine`,包含定
- [感谢](#感谢)
- [更新日志](#更新日志)
+<!-- /TOC -->
+
## 安装
`deepin-wine-tim`依赖`Multilib`仓库中的`wine`,`wine_gecko`和`wine-mono`,Archlinux默认没有开启`Multilib`仓库,需要编辑`/etc/pacman.conf`,取消对应行前面的注释([Archlinux wiki](https://wiki.archlinux.org/index.php/Official_repositories#multilib)):
@@ -43,13 +50,25 @@ Deepin打包的TIM容器移植到Archlinux,不依赖`deepin-wine`,包含定
+Include = /etc/pacman.d/mirrorlist
```
-* 1.已添加到AUR [deepin-wine-tim](https://aur.archlinux.org/packages/deepin-wine-tim/),可使用 `yay` 或 `yaourt` 安装:
+### 从AUR安装
+
+已添加到AUR [deepin-wine-tim](https://aur.archlinux.org/packages/deepin-wine-tim/),可使用 `yay` 或 `yaourt` 安装:
```shell
yay -S deepin-wine-tim
```
-* 2.手动安装
+### 从GitHub Release 安装
+
+> 由[Travis CI](https://travis-ci.org/countstarlight/deepin-wine-tim-arch)在Docker容器[mikkeloscar/arch-travis](https://hub.docker.com/r/mikkeloscar/arch-travis)中自动构建的ArchLinux安装包
+
+在[GitHub Release](https://github.com/countstarlight/deepin-wine-tim-arch/releases)页面下载 `.pkg.tar.xz`后缀的安装包,使用`pacman`安装:
+
+```bash
+sudo pacman -U #下载的包名
+```
+
+### 从源码安装
```shell
git clone https://github.com/countstarlight/deepin-wine-tim-arch.git