Skip to content

Commit b733305

Browse files
committed
chore: update README
1 parent 863451f commit b733305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ brew install go-librespot
4040
To build from source the following prerequisites are necessary:
4141

4242
- Go 1.22 or higher
43-
- Libraries: `libogg`, `libvorbis`, `libasound2`
43+
- Libraries: `libogg`, `libvorbis`, 'flac', `libasound2`
4444

4545
To install Go, download it from the [Go website](https://go.dev/dl/).
4646

4747
To install the required libraries on Debian-based systems (Debian, Ubuntu, Raspbian), use:
4848

4949
```shell
50-
sudo apt-get install libogg-dev libvorbis-dev libasound2-dev
50+
sudo apt-get install libogg-dev libvorbis-dev libflac-dev libasound2-dev
5151
```
5252

5353
Once prerequisites are installed you can clone the repository and run the daemon with:

0 commit comments

Comments
 (0)