From 8d47a73c6a9abcbe570586d76d120c0a1ba263bd Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Tue, 2 Jun 2020 14:48:19 +0200 Subject: [PATCH] Update linux install instructions to avoid espanso-bin package for now --- install/linux.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/install/linux.md b/install/linux.md index 67c999b..d59f99d 100644 --- a/install/linux.md +++ b/install/linux.md @@ -120,18 +120,15 @@ 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-bin](https://aur.archlinux.org/packages/espanso-bin/) - Pre-compiled version for x64 systems. * [espanso](https://aur.archlinux.org/packages/espanso/) - Builds from the latest (stable) release. +* [espanso-bin](https://aur.archlinux.org/packages/espanso-bin/) - Pre-compiled version for x64 systems. * [espanso-git](https://aur.archlinux.org/packages/espanso-git/) - Builds from latest commit ( in master branch ). -If you are using a 64 bit machine, you should prefer `espanso-bin` as it is much faster to install. If you have a 32 bit system, or prefer compiling espanso -from sources, you should use the `espanso` package instead. - When you are ready, you can install espanso with: ``` -git clone https://aur.archlinux.org/espanso-bin.git -cd espanso-bin +git clone https://aur.archlinux.org/espanso.git +cd espanso makepkg -si ``` @@ -182,4 +179,4 @@ If you now type `:espanso` in any text field, you should see "Hi there!" appear! > **Note**: after executing the previous command, espanso will prompt the user to register a Systemd service. This is needed to automatically start espanso at system startup. -At this point, you are ready to read the [Getting Started](/docs/get-started/) tutorial. \ No newline at end of file +At this point, you are ready to read the [Getting Started](/docs/get-started/) tutorial.