From 5c031b91d5899e716b4a73c6983db974ac9fbbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=B6rfelt?= Date: Sat, 1 Jun 2024 15:37:24 +0200 Subject: [PATCH] add install links --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3f9d622..97676f4 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,9 @@ Tool to import your notes to Joplin. ## :computer: Installation -You can install jimmy in three ways: +Download jimmy here: [Linux](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-linux) | [Windows](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-windows.exe) | [MacOS](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-darwin) + +Alternative installation options: 1. CLI app: `jimmy-cli-*` (recommended). Available at the [release page](https://github.com/marph91/jimmy/releases/latest). 2. Clone the repository and use it from python by `python src/jimmy_cli.py`.