From eb36fbffbfa17560fa9e952f06728ee331b3c8c2 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 16 Aug 2020 18:56:14 +0200 Subject: [PATCH] Update README.md (fix URL 2.1) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 806ffd9..8a27bb4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For Windows, you just have to follow the following steps for installation and us * **Installation and Use:** - * Download the package [ansi-gli-2.1.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.0/ansi-gli-2.1.zip) + * Download the package [ansi-gli-2.1.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.1/ansi-gli-2.1.zip). * Unzip the package. * Run `ansi-gli_86.exe` (for Windows 32-bits) or `ansi-gli_86_64.exe` (for Windows 64-bits). * You will see the app icon on the tray. ([Image](https://github.com/q3aql/ansi-gli/blob/master/images/ansi-gli-tray.png)) @@ -42,7 +42,8 @@ If you want to add more combinations or the ones mentioned do not work for you, * Install `autokey` for Linux ([from here](https://github.com/autokey/autokey/releases)) * Install `Python3` (Installed by default on many Linux distributions). * Install the command `make` (`sudo apt-get install make` on Ubuntu/Debian). -* Download the package [ansi-gli-2.1.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.1/ansi-gli-2.1.zip) +* Download the package [ansi-gli-2.1.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.1/ansi-gli-2.1.zip). +* Unzip the package. * Inside the `linux` folder, open a terminal and type the command: `make install`. * Run `autokey` (It is recommended to configure it to start on login).