Update README.md

This commit is contained in:
CNLohr 2020-10-05 12:46:32 -04:00 committed by GitHub
parent 1b7675ddd7
commit 4e7f80e895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,12 @@ Use `apt-get` to install the following packages for Debian/Ubuntu/Mint:
apt-get install libpulse-dev libasound2-dev libx11-dev libxext-dev libxinerama-dev libusb-1.0-0-dev libudev-dev apt-get install libpulse-dev libasound2-dev libx11-dev libxext-dev libxinerama-dev libusb-1.0-0-dev libudev-dev
``` ```
To get colorchord, type:
```
git clone --recurse-submodules https://github.com/cnlohr/colorchord
```
To make colorchord, type: To make colorchord, type:
``` ```