From 79fd9d7753dba82575ab6a1d572cb3b05287e898 Mon Sep 17 00:00:00 2001 From: rszyma Date: Fri, 9 Feb 2024 18:27:46 +0100 Subject: [PATCH] doc: update installation instructions --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f4e342e..ea2ee66 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ Notes about autorun: Minimal supported version of kanata is the release after `v1.5.0`. -More specifically, after commit [010338b](https://github.com/jtroo/kanata/commit/010338b14d0020098b9263a615ef2152c249d666) (because it fixed an issue with TCP server) +More specifically, builds after commit [010338b](https://github.com/jtroo/kanata/commit/010338b14d0020098b9263a615ef2152c249d666) (because it fixed an issue with TCP server) -## Dependencies +## Linux Dependencies -Make sure to install required packages first: +For Linux, make sure to install required packages first: ### Arch: ```bash @@ -71,7 +71,7 @@ pacman -S libayatana-appindicator also if you want to build from source: ```bash -pacman -S base-devel gtk3 go +pacman -S base-devel gtk3 go just ``` ### Ubuntu: @@ -81,14 +81,11 @@ sudo apt-get install libayatana-appindicator3-dev also if you want to build from source: ```bash -sudo apt-get install gcc libgtk-3-dev golang +sudo apt-get install gcc libgtk-3-dev golang just ``` -### Windows: +## Installation -No need to install any dependencies on Windows. +Prebuild binaries for Windows and Linux: [releases page](https://github.com/rszyma/kanata-tray/releases/latest) -## Building - -See [justfile](./justfile) - \ No newline at end of file +To build from source see recipes in [justfile](./justfile).