Changes in README
diff --git a/README.md b/README.md
index 7e41dfc..d9c63d6 100644
--- a/README.md
+++ b/README.md
@@ -8,19 +8,28 @@
 Installation
 ------------
 
-On clean Ubuntu 14.04 following packages are required in order to compile gr-gsm:
+Currently compilation of new gnuradio is required in order to run gr-gsm. 
+In order to compile gnuradio on fresh Ubuntu run following commands:
+
 ```
-sudo apt-get install gnuradio gnuradio-dev uhd-host gr-osmosdr        #use this command if you don't want to compile gnuradio sources
-sudo apt-get install git cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev
+sudo apt-get install git
+git clone git://github.com/pybombs/pybombs
+cd pybombs
+./pybombs install gnuradio uhd rtl-sdr
 ```
 
-Download gr-gsm sources with following command:
+To download gr-gsm sources run following command:
 
 ```
 git clone git@github.com:Jakotako/gr-gsm.git
 ```
+Make sure that you have all required packages:
 
-and compile it:
+```
+sudo apt-get install git cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev
+```
+
+To compile run:
 
 ```
 cd gr-gsm