summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-14 00:12:54 +0200
committerPaul Buetow <paul@buetow.org>2026-02-14 00:12:54 +0200
commit5e416d613f61cfc16277d343e30c3c8a00b21b35 (patch)
treed73b06932e9806c21f4ff7a8bf3f985b361f82cf /README.md
parent956f84321860bd8e318545564474037cbd3b6fd9 (diff)
remove version and some refactoring
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
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