add install section
This commit is contained in:
parent
0d676eeedb
commit
4bf905a9af
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue