Change SDRplay install command to install_lib on README

This commit is contained in:
30hours 2024-02-01 12:47:22 +00:00
parent f6d92b549e
commit f3c71a79f2

View file

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