summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```