diff --git a/README.rst b/README.rst
index 7dea8f8..79b6472 100644
--- a/README.rst
+++ b/README.rst
@@ -3,10 +3,19 @@ voraus Template Updater
===============================
-A CLI to keep cookiecutter-based projects up-to-date.
+A CLI to keep projects up-to-date that were bootstrapped with `cruft `_ + `cookiecutter `_.
+Install with::
+ pip install git@github.com:vorausrobotik/voraus-template-updater.git
-A longer description of your project goes here...
+Run with::
+ update-template
+A GitHub token will be retrieved from the ``GITHUB_TOKEN`` environment variable.
+It can also be passed via the ``--github-access-token`` option.
+
+Find out more by running::
+
+ update-template --help