aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-06 14:28:23 +0200
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-06 14:28:23 +0200
commit21985d36dc456fdfaef51f7b87ab34e10d355d6b (patch)
treecdf52f9352e75ad4213adc3be358216ce1543f1d /README.md
parent1c5fea97ca5bf772d396b4158f97c3665ac6116f (diff)
Another change in the README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5ead93b..c4a6331 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
This are gnuradio blocks and tools for receiving GSM transmissions.
Installation
-============
+------------
On clean Ubuntu 14.04 following packages are required in order to compile gr-gsm:
@@ -15,12 +15,10 @@ git clone git@github.com:Jakotako/gr-gsm.git
and compile it:
+```
cd gr-gsm
-
mkdir build
-
cmake ..
-
make
-
sudo make install
+```