diff --git a/docs/source/index.rst b/docs/source/index.rst
index 26d5a12f2e617ce832c054dad3b88719f0ed3575..e96e32822756adeb64adaa3eabf7c82f134a239f 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -1,21 +1,32 @@
 Welcome to the DART-WRF documentation!
-===================================
+======================================
 
 DART-WRF is a Python package to run an Ensemble Data Assimilation system with the software packages DART and WRF.
 
 
+Installation
+------------
+
+At the command line: 
+
+.. code-block:: shell
+   git clone https://github.com/lkugler/DART-WRF.git
+   cd DART-WRF
+   pip install -e .
+
 
 .. toctree::
    :maxdepth: 2
-   :caption: Contents:
+   :caption: Tutorials:
 
    readme
    tutorial1
    tutorial2
 
 
-Indices and tables
-==================
+
+API
+===
 
 * :ref:`genindex`
 * :ref:`modindex`