From 663c18ecaf30f5fc9454ff73b2592b7cd9880582 Mon Sep 17 00:00:00 2001 From: Michal Date: Wed, 13 Feb 2019 14:07:14 +0100 Subject: [PATCH] BuildInstructions.md typo fix --- BuildInstructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildInstructions.md b/BuildInstructions.md index bcd8bd0..73d18f2 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -91,7 +91,7 @@ tip: while building osmocom-rtlsdr driver, use this command: mkdir build cd build cmake .. - make -j + make sudo make install sudo ldconfig SoapySDRUtil --info @@ -118,7 +118,7 @@ Tip: you might need to configure with: If you managed to build or install dependencies, you're ready do build habdec - git clone habdec + git clone https://github.com/ogre/habdec.git cd habdec mkdir build cd build @@ -126,4 +126,4 @@ If you managed to build or install dependencies, you're ready do build habdec make make install -You should end up with `install` dir that contains executable and a shell script that runs in loop (for cases where habdec should crash and you wan't continous run). \ No newline at end of file +You should end up with `install` dir that contains executable and a shell script that runs in loop (for cases where habdec should crash and you wan't continous run).