From 9084dbd32877dbc66cec586e2e95d1bf6df0064d Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 09:07:20 +0100 Subject: [PATCH] update README with build and password instructions --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bfbdec..50eaf99 100644 --- a/README.md +++ b/README.md @@ -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