Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add build instructions for raspberry pu
  • Loading branch information
ajboni authored Aug 9, 2024
1 parent da63290 commit b075f1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ make GOLANG_OS=darwin build

# Windows
make GOLANG_OS=windows build

# Rasperry Pi OS
sudo apt install libasound2-dev
make GOLANG_OS=linux GOLANG_ARCH=arm64 build
```

## Usage
Expand Down

0 comments on commit b075f1a

Please sign in to comment.