commit d6e42c40e83fe648cb457022171ba412ea414be8 parent f57a9e91db546b23f2f077e8222e2e1c8199e14b Author: Andrew Laack <andrew@laack.co> Date: Wed, 22 Apr 2026 01:33:29 -0500 Update installation Diffstat:
| M | README.md | | | 2 | +- |
| M | go.mod | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ usb-ks is a USB killswitch program, inspired by [https://github.com/BusKill/busk # installation -`go install git.laack.co/andrewlaack/usb-ks@64b02669e38c8a1099492523a93b11757e5754d1` +`go install github.com/andrewlaack/usb-ks@e41c1fdaf9126800589957a3bdd568fa96086ce5` Then optionally: diff --git a/go.mod b/go.mod @@ -1,4 +1,4 @@ -module git.laack.co/andrewlaack/usb-ks +module github.com/andrewlaack/usb-ks go 1.26.1