add install section

This commit is contained in:
blek 2023-11-03 15:37:08 +10:00
parent 0d676eeedb
commit 4bf905a9af
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 6 additions and 0 deletions

View File

@ -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.