Fix usage instructions

This commit is contained in:
30hours 2024-03-02 10:15:01 +00:00
parent 09255d3e25
commit bdcc7a2ed3

View file

@ -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