vnote is outdate. use vnote-bin from AUR. (#436)

Use `vnote-bin` instead of `vnote` from AUR.
This commit is contained in:
Silver Bullet 2018-10-06 14:26:28 +08:00 committed by Le Tan
parent 9923feea14
commit af39cf5232
2 changed files with 6 additions and 6 deletions

View File

@ -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
```

View File

@ -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
```