From c94a5e29ab45caa88b8cf91e7480a31b44d2c1af Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 8 May 2020 21:28:10 +0100 Subject: [PATCH] add Releases link to ReadMe. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 204a9d5..eb6de35 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Because the program stores your shortcuts in a markdown file, you can edit the f If you are unfamiliar with *PyInstaller*, you can read an introductory overview at [pypi.org](https://pypi.org/project/PyInstaller/). +Alternatively, you can download the binary (for Linux) from the [Releases](/releases) section. + ### Access Shortcut Learner Across Your System (via the Terminal) One of the main points for making *Shortcut Learner* was to have access to your shortcut list as quickly as possible. One of the quickest ways to access something is, usually, through your terminal via *(insert your "Bash" preference here)*. With that said, navigating to the script or the binary (see section above) and then running it can be combersome. One way to get around that is to add it to your `Path`. The easiest way to do that is to create a (one file) binary and copy it to your */usr/bin/* directory. If you are in the project's root directory and your have created a binary (see section above), enter `sudo cp dist/scl /usr/bin`. After that, you can access *Shortcut Learner* by entering `scl` into your terminal. If you want to remove it, enter `sudo rm /usr/bin/scl` **Becareful executing this command**.