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.