1
0
Эх сурвалжийг харах

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

Use `vnote-bin` instead of `vnote` from AUR.
Silver Bullet 7 жил өмнө
parent
commit
af39cf5232
2 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 3 3
      README.md
  2. 3 3
      README_zh.md

+ 3 - 3
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
 ```
 

+ 3 - 3
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
 ```