From cfaddebe629be8b42ead0d678d20de431de37577 Mon Sep 17 00:00:00 2001 From: Erk- Date: Thu, 10 May 2018 14:03:19 +0200 Subject: [PATCH] Added a archliux version that uses the latests release. (#233) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eaff5dcf..a5d48261 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,16 @@ 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-git](https://aur.archlinux.org/packages/vnote-git/): +VNote on Arch Linux can be installed from the AUR as [vnote](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 ``` +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)