From 4bf668fe369dd33f26ecfed1d5e912a6e95bd83f Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@tu-dortmund.de>
Date: Thu, 10 Sep 2020 23:05:51 +0200
Subject: [PATCH] Add usage directive

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index ae2ddd1..4bb88a3 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,13 @@ Dashboard to manage and keep an eye on multiple BigBlueButton rooms.
 
 🏗 This Project is still unfinished. The bulk create function does not work yet. It might crash.
 
+## Usage (with Docker)
+
+- Install a docker runtime
+- Have a username and password of a user (which can sign in and create rooms on the bbb instance you want to use) at hand.
+- Run `docker run --env BOT_USERNAME=<YOUR_USER> --env BOT_PASSWORD=<YOUR_PW> -p 3000:3000 registry.gitlab.fachschaften.org/jfowl/bbb-dashboard:latest`, but replace `<YOUR_USER>` and `<YOUR_PW>` with the actual username and password.
+- Access the dashboard at localhost:3000
+
 ## Development
 
 WIP!
-- 
GitLab