From 894f881e0ff4575b9f96eb8fae7d87eff50cd91a Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar.s.rajput@gmail.com>
Date: Wed, 18 May 2016 13:41:24 +0530
Subject: [PATCH] Update README.md

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00bbb2f4..39f0c49d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,18 @@
 [![Build Status - master](https://travis-ci.org/BhallaLab/moose.svg?branch=master)](https://travis-ci.org/BhallaLab/moose)
 
-This is the parent repository of [MOOSE simulator](https://moose.ncbs.res.in). It hosts components of MOOSE: core (written in C++) of MOOSE, python scripting interface, and its graphical user interface (GUI), and MOOGLI as [git-submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). 
+This is the parent repository of [MOOSE simulator](https://moose.ncbs.res.in). It keeps the snanshots of components of MOOSE: core (written in C++) of MOOSE, python scripting interface, and its graphical user interface (GUI). This is your source 
+stable MOOSE code.
+
+# Building
+
+  mkdir _build
+  cd _build
+  cmake ..
+  make 
+  sudo make install
+
+
+# Repositories
 
 You can find detailed description of each MOOSE component in respective `README.md` in  their repositories below:
 
-- 
GitLab