Update linux install instructions to avoid espanso-bin package for now

This commit is contained in:
Federico Terzi 2020-06-02 14:48:19 +02:00 committed by GitHub
parent 3a0ff42233
commit 8d47a73c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
At this point, you are ready to read the [Getting Started](/docs/get-started/) tutorial.