Skip to content

Commit

Permalink
Add download from the release page for player binary
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinmartian committed Dec 3, 2023
1 parent 4d4597a commit 39dcbf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
sudo apt-get update
sudo apt install git python3-dev python3-venv python3-pip mpg123 libsystemd-dev jq -y

curl -L https://github.com/marvinmartian/yoda-player/releases/download/v0.0.1/go_player -o player/go_player

python3 -m venv venv
source venv/bin/activate
cd reader/
Expand Down

0 comments on commit 39dcbf2

Please sign in to comment.