Skip to content

Commit

Permalink
fix #159
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jun 27, 2024
1 parent 5d0d3cb commit c2dfa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See [documentation](https://smnorris.github.io/fwapg/) for setup and usage detai

2. Ensure you have a `DATABASE_URL` environment variable set to point to your database, for example:

export DATABASE_URL=postgres://username:password@localhost:5432/fwapg
export DATABASE_URL=postgresql://username:password@localhost:5432/fwapg

3. Get scripts, load and optimize the data:

Expand Down

0 comments on commit c2dfa18

Please sign in to comment.