From 4bf905a9af2f557f6cde82a85182159c42ce1382 Mon Sep 17 00:00:00 2001 From: blek Date: Fri, 3 Nov 2023 15:37:08 +1000 Subject: [PATCH] add install section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8912ca9..f066077 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ $ go build . -ldflags "-s -w -X main.version=$VERSION" $ ./bfile_cli ``` +## Installing +Arch (AUR) +```sh +$ paru -S bfile-cli # or yay +``` + ## Debugging Same as the build, I guess. I am not really a go programmer, but I suppose that if you want to debug this, you already know the go way to debug a CLI app and this section is useless for you.