README.md (504B)
1 USB Reset 2 ========= 3 4 This repository is a git mirror of Alan Stern's usbreset utility. 5 6 Origin: https://marc.info/?l=linux-usb&m=121459435621262&w=2 7 8 Build 9 ----- 10 11 Simply running `make` should build the binary on a posix system 12 13 Install 14 ------- 15 16 Running `sudo make install` will build the binary if it hasn't been so already, 17 and then install it into `/usr/local/bin` by default. If you want the binary to 18 be installed somewhere else, pass the `DESTDIR` definition to the command 19 (default: `/usr/local`).