From b4479b0c209d0f2f1a98773eaf742994efea89bc Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Tue, 6 Oct 2020 19:40:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b74c617..fdc71e4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,25 @@ -## Bose Companion 5 - Fix Sound +## Bose Companion 5 - Fix Sound (Linux) I got really fed up with the sound constantly cutting out on the Bose Companion 5, and so made this. Bose should really fix the issue, as all this does is perform a reset of the device whenever it happens. -To use, first install Go and then run: +### Requirements + +* Go +* GNU or Busybox, anything which provides lsusb + +### Building + +First install Go and then run: ```shell go build go install +``` +### Usage + +I typically bind a sequence using my window manager to execute the application - but you can also just run it from a terminal. + +```shell bose-usbfix ``` \ No newline at end of file