Add systemd info on installation page
This commit is contained in:
parent
d3d82530b3
commit
71cbccde7b
|
@ -29,6 +29,8 @@ sudo snap install espanso --classic
|
||||||
|
|
||||||
> For more information about this method, check out the [snap page](https://snapcraft.io/espanso).
|
> For more information about this method, check out the [snap page](https://snapcraft.io/espanso).
|
||||||
|
|
||||||
|
> **Important**: if you are upgrading espanso, after the previous command, execute `espanso unregister` in the terminal.
|
||||||
|
|
||||||
You should now have espanso installed in your system. To start it, type the following command:
|
You should now have espanso installed in your system. To start it, type the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -37,6 +39,8 @@ espanso start
|
||||||
|
|
||||||
If you now type `:espanso` in any text field, you should see "Hi there!" appear!
|
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.
|
||||||
|
|
||||||
#### Installing using DEB package
|
#### Installing using DEB package
|
||||||
|
@ -65,6 +69,8 @@ espanso start
|
||||||
|
|
||||||
If you now type `:espanso` in any text field, you should see "Hi there!" appear!
|
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.
|
||||||
|
|
||||||
#### Manual installation
|
#### Manual installation
|
||||||
|
@ -101,6 +107,8 @@ espanso start
|
||||||
|
|
||||||
If you now type `:espanso` in any text field, you should see "Hi there!" appear!
|
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.
|
||||||
|
|
||||||
### Installing on Manjaro / Arch
|
### Installing on Manjaro / Arch
|
||||||
|
@ -126,6 +134,18 @@ git clone https://aur.archlinux.org/espanso-bin.git
|
||||||
cd espanso-bin
|
cd espanso-bin
|
||||||
makepkg -si
|
makepkg -si
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You should now have espanso installed in your system. To start it, type the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
espanso start
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
#### Installing from the prebuilt release
|
#### Installing from the prebuilt release
|
||||||
|
|
||||||
|
@ -160,4 +180,6 @@ espanso start
|
||||||
|
|
||||||
If you now type `:espanso` in any text field, you should see "Hi there!" appear!
|
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.
|
Loading…
Reference in New Issue
Block a user