diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-14 00:12:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-14 00:12:54 +0200 |
| commit | 5e416d613f61cfc16277d343e30c3c8a00b21b35 (patch) | |
| tree | d73b06932e9806c21f4ff7a8bf3f985b361f82cf /README.md | |
| parent | 956f84321860bd8e318545564474037cbd3b6fd9 (diff) | |
remove version and some refactoring
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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 |
