From 7f2a59adafcc1986dfb7d317b69fc30d1e249aeb Mon Sep 17 00:00:00 2001
From: manojgudi
Date: Sat, 28 Dec 2013 03:51:47 +0530
Subject: readme modifications
---
README.md | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index d6d3663..2f4ea5b 100644
--- a/README.md
+++ b/README.md
@@ -20,19 +20,16 @@ Sandhi is conglomeration of lot of libraries and softwares. It uses GNU Radio at
python-cheetah python-lxml doxygen python-qt4 python-qwt5-qt4 libxi-dev \
libqt4-opengl-dev libqwt5-qt4-dev libfontconfig1-dev libxrender-dev
-*Please note that Sandhi has been known to **not** work libboost1.49 available in Ubuntu 12.10
+_Please note that Sandhi has been known to **not** work libboost1.49 available in Ubuntu 12.10_
-------------------------
### Sciscipy
-Sciscipy is a must for Sandhi's control blocks to work; to install:
-
-> Clone sciscipy-1.0.0 from our repository
-`git clone https://github.com/manojgudi/sciscipy-1.0.0.git`
-
-> Run _install_ script from the directory with sudo privileges to automatically pull all dependencies for Sciscipy, build and install it.
-`sudo ./install`
+Sciscipy is _must_ for Sandhi's control blocks to work; to install:
+Clone sciscipy-1.0.0 from our repository; run _install_ script from the directory with **sudo** privileges to automatically pull all dependencies for Sciscipy, build and install it
+ git clone https://github.com/manojgudi/sciscipy-1.0.0.git
+ sudo ./install
-------------------------------------------------------------------------
Get the source code
--
cgit