From 61ef8c8a444292c7d190cd8b48ff14e6a22b8d97 Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Sat, 21 Oct 2023 14:43:32 +0200 Subject: [PATCH] Explain local installation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 319086f..22e09d8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ Configure keyboard set --idle-dim-time 0.5 --brightness 0.5 --auto-brightness true ``` +## Installation + +**Via Github** + +``` +git clone git@github.com:oschrenk/keyboard.swift.git +cd keyboard.swift + +# installs to $(HOME)/.local/bin/keyboard +make install +``` + ## Development **Dependencies**