diff --git a/README.md b/README.md index 4756bda..f7b599b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Building the code using the following instructions; ```bash sudo git clone http://github.com/30hours/blah2 /opt/blah2 cd /opt/blah2 -./lib/sdrplay-3.14.0/SDRplay_RSP_API-Linux-3.14.0.run --tar -xvf -C ./lib/sdrplay-3.14.0 +sudo chown -R $USER . +sudo chmod a+x ./lib/sdrplay-3.14.0/SDRplay_RSP_API-Linux-3.14.0.run +sudo ./lib/sdrplay-3.14.0/SDRplay_RSP_API-Linux-3.14.0.run --tar -xvf -C ./lib/sdrplay-3.14.0 ./lib/sdrplay-3.14.0/install_lib.sh sudo docker network create blah2 sudo systemctl enable docker @@ -44,6 +46,7 @@ sudo docker compose up -d --build Alternatively avoid building and use the pre-built Docker packages; ```bash +sudo docker pull ghcr.io/30hours/blah2:latest vim docker-compose.yml --- build: . +++ image: ghcr.io/30hours/blah2:latest