Update linux install instructions to avoid espanso-bin package for now
This commit is contained in:
parent
3a0ff42233
commit
8d47a73c6a
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user