From 341fab303c993814375ec453a4ba8e32d6abd32b Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar.s.rajput@gmail.com>
Date: Sat, 24 Oct 2015 15:08:54 +0530
Subject: [PATCH] Added more instruction on how to build and install.

Added few more instructions on how to install moose.
---
 README.md | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index d5f3a5e5..5378bce9 100644
--- a/README.md
+++ b/README.md
@@ -12,32 +12,29 @@ You can find detailed description of each MOOSE component in respective `README.
 
 The easiest way of installing MOOSE on your system is to use pre-compiled packages.
 
-## Ubuntu
+## Debian/Ubuntu
 
-MOOSE has [a PPA ](https://launchpad.net/~bhallalab/+archive/ubuntu/moose). 
+MOOSE has [a PPA](https://launchpad.net/~bhallalab/+archive/ubuntu/moose). 
 
 You can use it on Ubuntu 12.04, 14.04, 14.10, and 15.04. 
 
-
 ### Terminal
     
     sudo -E add-apt-repository ppa:bhallalab/moose
     sudo apt-get update
     sudo apt-get install moose-python moose-gui
 
-*[What are PPAs and how to use them]http://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them)*
+For more information on how to use PPA with package manager, see [What are PPAs and how to use them](http://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them)
 
 
-## Others
+## RPM/Fedora and others
 
-We are building packages for other distribution as well. We use [Open Build Service](https://build.opensuse.org/package/show/home:moose/moose). Packages and installation instructions can be [found here](http://software.opensuse.org/download.html?project=home%3Amoose&package=moose).
+There are packages for other distributions as well, especially Feodra, CentOS and OpenSuse. We are using [Open Build Service](https://build.opensuse.org/package/show/home:moose/moose) to build these packages. Download and installation instructions can be [found here](http://software.opensuse.org/download.html?project=home%3Amoose&package=moose).
 
 
-# Installation using cmake
+# Build and install using cmake
 
-First, run the `bootstrap` script. It will fetch the submodules and/or update
-them. You should have `cmake` installed on your system to build and install
-moose from this repository.
+[See the instructions here](https://github.com/BhallaLab/moose-core/blob/master/INSTALL.cmake.md). Once all the listed dependencies are installed, you can use the following script to build and install MOOSE on your system.
 
     cmake .
     make 
-- 
GitLab