mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Update README.md
This commit is contained in:
parent
f7e3591606
commit
94ec3fbe78
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ Building the code using the following instructions;
|
|||
sudo git clone http://github.com/30hours/blah2 /opt/blah2
|
||||
cd /opt/blah2
|
||||
sudo chown -R $USER .
|
||||
sudo chmod a+x ./lib/sdrplay-3.15.1/SDRplay_RSP_API-Linux-3.15.1.run
|
||||
sudo ./lib/sdrplay-3.15.1/SDRplay_RSP_API-Linux-3.15.1.run --tar -xvf -C ./lib/sdrplay-3.15.1
|
||||
cd lib/sdrplay-3.15.1/ && sudo ./install_lib.sh && cd ../../
|
||||
sudo chmod a+x ./lib/sdrplay-3.15.2/SDRplay_RSP_API-Linux-3.15.2.run
|
||||
sudo ./lib/sdrplay-3.15.2/SDRplay_RSP_API-Linux-3.15.2.run --tar -xvf -C ./lib/sdrplay-3.15.2
|
||||
cd lib/sdrplay-3.15.2/ && sudo ./install_lib.sh && cd ../../
|
||||
sudo docker network create blah2
|
||||
sudo systemctl enable docker
|
||||
sudo docker compose up -d --build
|
||||
|
|
Loading…
Reference in a new issue