From cfc68983181b1e6b2b917f48d486bbb6e2b101b0 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 16 Mar 2022 15:53:07 +0000 Subject: [PATCH] re-write of readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6ef24e..9b94edc 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ The `podman-run.sh` script does this automatically when run with the `db-setup` ``` This creates a pod and the postgresql container then runs the below ```sh - +>You don't need to do this bit< podman exec -i pleroma-db psql -U pleroma -c "CREATE EXTENSION IF NOT EXISTS citext;" - +>You don't need to do that bit< ``` Configure Pleroma. Copy the following to `config/secret.exs`: