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