From bec98522176d899053128ba8cb6cf30f4ad39fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kintzi?= Date: Mon, 13 Nov 2023 20:07:55 +0100 Subject: [PATCH] Update installation instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1094314..d04d5c4 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,22 @@ The project goals are: ### Installation +#### Requirements + +1. Go toolchain +2. `scdoc` (to build documentation) + +#### Build and Install + To install the program, execute the following command: ``` -$ go install gobytes.dev/statusbar/cmds/statusbar@latest +$ make && sudo make install ``` +Alternatively, if you are an Arch user, you can install the statusbar using +the AUR [statusbar](https://aur.archlinux.org/packages/statusbar) package. + ### Configuration By default, the program reads its configuration from the -- 2.45.2