Update linux.md
This commit is contained in:
parent
e73f013af0
commit
71baa19ea9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user