From 71baa19ea955b27b03ee367320dff4c0518832ff Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Tue, 22 Sep 2020 20:31:03 +0200 Subject: [PATCH] Update linux.md --- install/linux.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/linux.md b/install/linux.md index 39dcb51..ba56239 100644 --- a/install/linux.md +++ b/install/linux.md @@ -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. \ No newline at end of file +At this point, you are ready to read the [Getting Started](/docs/get-started/) tutorial.