From 49cf298e9ac3679db465ffb422730cd090b3cb02 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@users.noreply.github.com>
Date: Sun, 9 Jul 2017 10:35:25 +0530
Subject: [PATCH] Update install.rst

---
 docs/source/install/install.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst
index a2dd15f0..41a73c40 100644
--- a/docs/source/install/install.rst
+++ b/docs/source/install/install.rst
@@ -149,6 +149,9 @@ If everything went fine, you should be able to import moose in python shell.
 Graphical User Interface (GUI)
 ------------------------------
 
+If you have installed the pre-built package, then you already have the GUI.
+You can launch it by runnung `moosegui` command in terminal.
+
 You can get the source of ``moose-gui`` from `here
 <https://github.com/BhallaLab/moose-gui>`_. You can download it either by
 clicking on `this link <https://github.com/BhallaLab/moose-gui/archive/master.zip>`_
@@ -187,7 +190,7 @@ Now you can fire up the GUI
     If you have installed ``moose`` package, then GUI is launched by
     running following commnad::
 
-    $ moose
+    $ moosegui
 
 Building moogli
 ---------------
-- 
GitLab