summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2016-07-22 14:48:12 +0300
committerYuval Adam <_@yuv.al>2016-07-22 14:48:12 +0300
commit814f1e7b61fb7ee7e0ebbff18d7a1ec9d0485e1c (patch)
tree7d97af12e71aed400cb0ae493b4b030f1ed6cd03
parentf3bed477ff2de5c6a4940ace6c5a0fe81fdf85e2 (diff)
Update README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c48584c..2836919 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
# Django Yubitest
A proof-of-concept for using [Yubikey OTP](https://developers.yubico.com/OTP/OTPs_Explained.html) as a required method for logging into a Django application.
+
+## Usage
+
+The usual:
+
+```bash
+$ pip install -r requirements.txt
+$ python manage.py migrate
+```