Updating main README.md

This commit is contained in:
Farhan Khan 2022-02-09 23:01:46 -05:00
parent 181277c343
commit ed6e8ee237

View File

@ -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"