diff --git a/README.md b/README.md index 11985ac1..406cba3a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ cd vnote makepkg -sic ``` -There is also a development version that tracks the latest master [vnote-git](https://aur.archlinux.org/packages/vnote-git/) +There is also a development version that tracks the latest master [vnote-git](https://aur.archlinux.org/packages/vnote-git/). ## MacOS [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote) diff --git a/README_zh.md b/README_zh.md index 866dc4d5..f7d5855a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -46,14 +46,16 @@ sudo zypper in vnote 由于 Leap 42 及以下版本的 Qt 版本过低,我们无法在 OBS 上进行打包。请使用 AppImage 或自行构建。 ### Arch Linux -Arch Linux可以通过AUR中的 [vnote-git](https://aur.archlinux.org/packages/vnote-git/) 进行安装: +Arch Linux可以通过AUR中的 [vnote-git](https://aur.archlinux.org/packages/vnote/) 进行安装: ```shell -git clone https://aur.archlinux.org/vnote-git.git -cd vnote-git +git clone https://aur.archlinux.org/vnote.git +cd vnote makepkg -sic ``` +AUR也提供一个和最新master分支同步的开发版本 [vnote-git](https://aur.archlinux.org/packages/vnote-git/) 。 + ## MacOS [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote)