diff --git a/README.md b/README.md index 67e0a7f..05bad3f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ CREATE USER fedilogue WITH PASSWORD 'yoursecurepassword'; CREATE DATABASE fedilogue OWNER fedilogue; ``` -Set the environment variable +Set the environment variable ``` export DATABASE_URL="postgres://fedilogue:yoursecurepassword@localhost/fedilogue"