Update README.md

This commit is contained in:
Esmail EL BoB 2023-04-25 02:45:11 +02:00 committed by GitHub
parent 6b662fa0c8
commit 8969f825c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,9 @@ Create the upload and config folder and give write permissions for the uploads:
```sh
mkdir uploads config
chown -R 1000:1000 uploads
docker exec -it --user root pleroma_web sh
chown -R pleroma /var
chown -R pleroma /tmp
```
Pleroma needs the `citext` PostgreSQL extension, here is how to add it: