diff --git a/docs/introduction/install/index.rst b/docs/introduction/install/index.rst
index 430ed780435930d8f739a55f4423a333355313fe..b53e792779a74b1f71b337ca51613e01d7a90a10 100644
--- a/docs/introduction/install/index.rst
+++ b/docs/introduction/install/index.rst
@@ -78,21 +78,9 @@ Next, you need to install required dependencies.
 - cmake (version 2.8 or higher)
 - gsl-1.16 or higher `download <ftp://ftp.gnu.org/gnu/gsl/>`_.
 - libhdf5 development package.
-- libsbml (5.9.0, optional).  `download <https://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/>`_
 - python development package
 - numpy 
 
-.. note:: 
-    `libsml` needs to be compiled with ``zlib`` and ``lxml`` (requires ``libxml2-dev`` or ``libxml2-devel``` 
-    package) support without which, you might face link time errors. Following instructions are known to 
-    work:: 
-        $ wget http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/libSBML-5.9.0-core-src.tar.gz
-        $ tar -xzvf libSBML-5.9.0-core-src.tar.gz 
-        $ cd libsbml-5.9.0 
-        $ ./configure --with-zlib --with-libxml 
-        $ make 
-        $ sudo make install 
-
 Most of the dependencies can be installed using package manager.
 
 On ``Debian/Ubuntu`` 
@@ -175,7 +163,7 @@ Now you can fire up the GUI
 .. note:: 
     If you have installed ``moose`` using the package, then GUI is launched by
     running following commnad::
-        $ moosegui
+        $ moose
 
 Building moogli 
 ---------------