usb-ks

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

commit fb9c11f231e5f1a1116c6148b6320df0c7715436
parent baaeb6ba6e93b0297a7196b229ec12c8fdd3fa9d
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 15 Mar 2026 16:24:15 -0500

Specify dependencies

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

diff --git a/README.md b/README.md @@ -14,10 +14,12 @@ NOTE: ensure your go installation directory (default: ~/go/bin) is on your path ## dependencies -- go +- [go](https://go.dev/dl/) + - for building - [libudev](https://www.freedesktop.org/software/systemd/man/latest/libudev.html) + - for listening to usb device changes - a shell - - /bin/sh is used to execute the specified command + - /bin/sh to execute the specified command # usage