Skip to content

Commit 516448a

Browse files
jgoerzenmaresb
authored andcommitted
Document USB issues in README.md
1 parent 0af2949 commit 516448a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ or on Arch with
7373
sudo pacman -S python-pipx
7474
```
7575

76+
You will also need the USB development libraries; on Ubuntu/Debian, install
77+
with
78+
79+
```bash
80+
sudo apt-get --no-install-recommends install libusb-1.0-0
81+
```
82+
7683
By default, users don't have permission to access generic USB devices, so you will
7784
need to add a rule. The first time you run `labelle`, it will give instructions
7885
about how to do this:

0 commit comments

Comments
 (0)