Skip to content

Commit 4a6821a

Browse files
committed
updates README
1 parent 67da8ca commit 4a6821a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ This is a fork of the deej project to maintain tweaks required for easy use on L
44

55
## Changes
66
- Tweak for apps whose audio goes through pipewire
7+
- Updated go packages
8+
- Support for $XDG_CONFIG_HOME/deej/config.yaml
9+
- Configurable adc_size
10+
- config.yaml with linux-sensible defaults
711
- Build scripts place executables in `install` directory
812

13+
## Requirements
14+
You'll need the permissions to access the serial device. Something like:
15+
```
16+
sudo usermod -aG dialout <username> # requires re-login
17+
```
18+
919
## Building
1020

1121
See [build/README.md](./build/README.md)

0 commit comments

Comments
 (0)