From 04c90e496b926ed3a1ab24b0a59d3ae9fcf933ba Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Tue, 13 Oct 2020 18:21:57 +0200
Subject: [PATCH] readme: communities implementation

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

diff --git a/README.md b/README.md
index 790fd7d9..671fb2fb 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ To install Hubl, you'll need:
 Before diving in you have to check your Hubl Server supports the following LDP packages:
 
 * djangoldp_account
+* djangoldp_community
 * djangoldp_notification
 * djangoldp_profile
 * djangoldp_skill
@@ -91,6 +92,16 @@ Where:
 * `authority` is the OpenID Provider. Usually, if you use `djangoldp-account` it's the same as your djangoldp server.
 * `endpoints.users` is the API endpoints for Users on your djangoldp server.
 
+### Communities
+
+Communities are mandatory to have an Hubl. If you're upgrading an existion Hubl, you can assign all your local users to a community this way:
+
+```bash
+./manage.py create_community --name="My community"
+```
+
+Don't forget to set some users as admin from the Django Admin if you want to allow them to create new users from app.
+
 ### Optional personalisation
 
 On `config.json`:
-- 
GitLab