From af39cf5232c2f8868d51ce4ad0a5f6771f8f7b76 Mon Sep 17 00:00:00 2001 From: Silver Bullet Date: Sat, 6 Oct 2018 14:26:28 +0800 Subject: [PATCH] vnote is outdate. use vnote-bin from AUR. (#436) Use `vnote-bin` instead of `vnote` from AUR. --- README.md | 6 +++--- README_zh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97bb700f..a894394c 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ For other architectures, please search for `vnote` at [software.opensuse.org](ht We don't support Leap 42 and below due to the Qt version. Please use AppImage or build it yourself. ### Arch Linux -VNote on Arch Linux can be installed from the AUR as [vnote](https://aur.archlinux.org/packages/vnote/): +VNote on Arch Linux can be installed from the AUR as [vnote](https://aur.archlinux.org/packages/vnote-bin/): ```shell -git clone https://aur.archlinux.org/vnote.git -cd vnote +git clone https://aur.archlinux.org/vnote-bin.git +cd vnote-bin makepkg -sic ``` diff --git a/README_zh.md b/README_zh.md index f382c911..db4f889b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -44,11 +44,11 @@ sudo zypper in vnote 由于 Leap 42 及以下版本的 Qt 版本过低,我们无法在 OBS 上进行打包。请使用 AppImage 或自行构建。 ### Arch Linux -Arch Linux可以通过AUR中的 [vnote](https://aur.archlinux.org/packages/vnote/) 进行安装: +Arch Linux可以通过AUR中的 [vnote-bin](https://aur.archlinux.org/packages/vnote-bin/) 进行安装: ```shell -git clone https://aur.archlinux.org/vnote.git -cd vnote +git clone https://aur.archlinux.org/vnote-bin.git +cd vnote-bin makepkg -sic ```