From 94ec3fbe78b1fc67569e1d6c5b5797e5bad0be3c Mon Sep 17 00:00:00 2001 From: sdn-ninja Date: Tue, 17 Sep 2024 19:48:29 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aadc10a..6fb8e68 100644 --- a/README.md +++ b/README.md @@ -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