From 692d124dea5a569bed7d5611be22e458dbf58bb5 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Wed, 18 Nov 2020 22:31:57 +0100 Subject: [PATCH] fix information about espanso-git package's source branch --- install/linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/linux.md b/install/linux.md index cdca867..f53846b 100644 --- a/install/linux.md +++ b/install/linux.md @@ -121,7 +121,7 @@ but you can also install it manually from the [prebuilt executables](#installing The official way to install espanso on Arch-based systems is by using one of the AUR packages, currently maintained by [Scrumplex](https://scrumplex.net/). There are multiple options available: * [espanso](https://aur.archlinux.org/packages/espanso/) - Builds from the latest (stable) release. -* [espanso-git](https://aur.archlinux.org/packages/espanso-git/) - Builds from latest commit ( in master branch ). +* [espanso-git](https://aur.archlinux.org/packages/espanso-git/) - Builds from latest commit (in dev branch). When you are ready, you can install espanso with: @@ -224,3 +224,4 @@ makepkg -si At this point, you are ready to read the [Getting Started](/docs/get-started/) tutorial. +