usb-ks

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 64b02669e38c8a1099492523a93b11757e5754d1
parent 594f4f61cb6f8ef1758b4f62d2392f138f11922b
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 15 Mar 2026 16:20:28 -0500

Readme

Diffstat:
MREADME.md | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -4,9 +4,13 @@ usb-ks is a USB killswitch program, inspired by [https://github.com/BusKill/busk # installation -```go install git.laack.co/andrewlaack/usb-ks@latest``` +`go install git.laack.co/andrewlaack/usb-ks@v0.1.0` -NOTE: ensure your go installation directory (default: ~/go/bin) is on your path as this is the default installation location. +Then optionally: + +`sudo install ~/go/bin/usb-ks /usr/local/bin/` + +NOTE: ensure your go installation directory (default: ~/go/bin) is on your path as this is the default installation location. If you run the optional command, ensure the first argument to install contains the correct go installation path. ## dependencies