summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e69de29b..80dbb671 100644
--- a/README.rst
+++ b/README.rst
@@ -0,0 +1,24 @@
+bitmask-dev
+===========
+Your internet encryption toolkit.
+
+Develop
+-------
+
+If you want to develop for the encrypted mail service, execute inside your virtualenv::
+
+ make dev-mail
+
+If you want to develop for the gui client::
+
+ make dev-all
+
+Tests
+-----
+
+Tests need tox::
+
+ pip install tox
+ tox
+
+