mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Change SDRplay install command to install_lib on README
This commit is contained in:
parent
f6d92b549e
commit
f3c71a79f2
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ The build environment consists of a docker-compose.yml file running the followin
|
||||||
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
|
||||||
vim config/config.yml
|
vim config/config.yml
|
||||||
./lib/sdrplay-3.12.1/SDRplay_RSP_API-Linux-3.12.1.run --tar -xvf
|
./lib/sdrplay-3.12.1/SDRplay_RSP_API-Linux-3.12.1.run --tar -xvf -C ./lib/sdrplay-3.12.1
|
||||||
./lib/sdrplay-3.12.1/install.sh
|
./lib/sdrplay-3.12.1/install_lib.sh
|
||||||
sudo docker network create blah2
|
sudo docker network create blah2
|
||||||
sudo systemctl enable docker
|
sudo systemctl enable docker
|
||||||
sudo docker compose up -d
|
sudo docker compose up -d
|
||||||
|
|
Loading…
Reference in a new issue