aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 931f612..b95905b 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,10 @@ properly installed. The build system of gr-osmosdr will recognize them and
enable specific source/sink components thereafter.
Please note: prior pulling a new version from git and compiling it,
-please do a "make uninstall" first to properly remove the previous version.
+please do a `make uninstall` first to properly remove the previous version.
Building with cmake:
-
+```
git clone https://gitea.osmocom.org/sdr/gr-osmosdr
cd gr-osmosdr/
mkdir build
@@ -54,8 +54,9 @@ cmake ../
make
sudo make install
sudo ldconfig
+```
-NOTE: The osmocom blocks will appear under 'Sources' and 'Sinks' categories
+NOTE: The osmocom blocks will appear under *Sources* and *Sinks* categories
in GRC menu.
Mailing List