From 4b75c3f62d497ffdc2c688be4a3f032fe0778d5a Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Mon, 21 Mar 2022 16:22:13 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33de7d7..35acc2b 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< +``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< +``You don't need to do that bit ``` Configure Pleroma. Copy the following to `config/secret.exs`: @@ -106,13 +106,13 @@ This builds the container image and does the following: Sets up the database: ```sh ->You don't need to do this< +``You don't need to do this podman exec pleroma-web mix ecto.migrate ``` and also... migrates config to the DB ```sh podman exec pleroma-web /pleroma/bin/pleroma_ctl config migrate_to_db ->You don't need to do that< +``You don't need to do that ``` Get your web push keys and copy them to `secret.exs`: