mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Fix usage instructions
This commit is contained in:
parent
09255d3e25
commit
bdcc7a2ed3
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,9 @@ Building the code using the following instructions;
|
||||||
```bash
|
```bash
|
||||||
sudo git clone http://github.com/30hours/blah2 /opt/blah2
|
sudo git clone http://github.com/30hours/blah2 /opt/blah2
|
||||||
cd /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
|
./lib/sdrplay-3.14.0/install_lib.sh
|
||||||
sudo docker network create blah2
|
sudo docker network create blah2
|
||||||
sudo systemctl enable docker
|
sudo systemctl enable docker
|
||||||
|
@ -44,6 +46,7 @@ sudo docker compose up -d --build
|
||||||
Alternatively avoid building and use the pre-built Docker packages;
|
Alternatively avoid building and use the pre-built Docker packages;
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
sudo docker pull ghcr.io/30hours/blah2:latest
|
||||||
vim docker-compose.yml
|
vim docker-compose.yml
|
||||||
--- build: .
|
--- build: .
|
||||||
+++ image: ghcr.io/30hours/blah2:latest
|
+++ image: ghcr.io/30hours/blah2:latest
|
||||||
|
|
Loading…
Reference in a new issue