diff --git a/docs/source/index.rst b/docs/source/index.rst
index 26d5a12f2e617ce832c054dad3b88719f0ed3575..a4b9b9587229cc11d62b27a94b63ff996c99f2a8 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -4,18 +4,29 @@ 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:: none
+   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`