summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install/overview.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/install/overview.rst b/doc/source/install/overview.rst
index 488ae49..7af5308 100644
--- a/doc/source/install/overview.rst
+++ b/doc/source/install/overview.rst
@@ -120,4 +120,8 @@ Now we can checkout a copy of Chroma and install it. By default, we will put it
cd chroma
python setup.py develop
+To see if everything installed successfully run the following command::
+
+ chroma-cam @chroma.models.lionsolid
+
If everything has succeeded, you are ready to move onto the :ref:`tour`!