From 5e416d613f61cfc16277d343e30c3c8a00b21b35 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Feb 2026 00:12:54 +0200 Subject: remove version and some refactoring --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 90f825d..fb9530e 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,10 @@ mage build ./loadbars --hosts localhost ``` -Install system-wide: +Install to GOPATH/bin (e.g. ~/go/bin): ```bash -sudo mage install -``` - -Uninstall: - -```bash -sudo mage uninstall +mage install ``` Run tests: @@ -88,7 +82,7 @@ Or install the latest version from the repository: go install codeberg.org/snonux/loadbars/cmd/loadbars@latest ``` -Remote hosts need no Go: the binary pipes `scripts/loadbars-remote.sh` over SSH. +Remote hosts need no Go: the binary embeds the remote script and pipes it to `bash -s` locally or over SSH. Only the single binary needs to be installed. ## Installation -- cgit v1.2.3