update README with build and password instructions

This commit is contained in:
Username
2026-02-24 09:07:20 +01:00
parent a99f29794c
commit 9084dbd328

View File

@@ -16,9 +16,18 @@ Requirements:
To fetch and build:
go get -u layeh.com/barnard
git clone https://layeh.com/barnard
cd barnard
make build
After running the command above, `barnard` will be compiled as `$(go env GOPATH)/bin/barnard`.
Or install system-wide:
make install
The server password can be provided via the `MUMBLE_PASSWORD` environment
variable (preferred over the `-password` flag, which is visible in process
listings). Use `-password-prompt` to read the password interactively from
stdin.
## Manual