summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-10-27 10:00:45 -0400
committerKali Kaneko <kali@leap.se>2015-10-27 10:02:00 -0400
commitb1dfdbd3f52027b2b2c2755adb7b12973b376ff5 (patch)
tree08deab470d36a95319f1e62724f643c30c1a7084
parent124ef7edf47be1767f7a70909b46e9c9f5bd3a22 (diff)
add link to readme
-rw-r--r--README.rst17
1 files changed, 11 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index af56016..ffcf2ff 100644
--- a/README.rst
+++ b/README.rst
@@ -1,15 +1,20 @@
Bonafide
========
-Secure user registration, authentication, and provider discovery for the LEAP
-applications.
+Bonafide is the protocol for secure user registration, authentication, and provider discovery for the LEAP
+applications. See the `Bonafide`_ design docs.
-https://leap.se/en/docs/design/bonafide
+This is a client implementation, written in python.
+
+.. _`Bonafide`: https://leap.se/en/docs/design/bonafide
Using
-----
-This is still in development. To play with it, create a virtualenv, and run::
- python setup.py development
+
+This is still in development. To play with it, create a virtualenv, and deploy
+the package in development mode by running::
+
+ python setup.py develop
from the parent folder.
-Then you can use `bonafide_cli`.
+Then you can use `bonafide_cli -h` to see the available commands.