Update linux.md

This commit is contained in:
Federico Terzi 2020-09-22 20:31:03 +02:00 committed by GitHub
parent e73f013af0
commit 71baa19ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,9 @@ Since version 0.7.0, espanso introduced a few gui-related features that require
Installing modulo is pretty straight forward, being it packaged as an AppImage. Here's the list of suggested steps:
```bash
# Make sure to have the $HOME/opt directory
mkdir -p $HOME/opt
# Download the latest Modulo AppImage in the $HOME/opt
wget https://github.com/federico-terzi/modulo/releases/latest/download/modulo-x86_64.AppImage -O $HOME/opt/modulo.AppImage
@ -199,4 +202,4 @@ sudo ln -s $HOME/opt/modulo.AppImage /usr/bin/modulo
Note that these steps can be changed in many ways, the only requirement is that the modulo binary is available as `modulo` in the PATH.
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.