From 49d07b207569273a37182dae7dd9c50c3344a658 Mon Sep 17 00:00:00 2001 From: Deen Date: Tue, 5 Apr 2022 14:01:22 -0500 Subject: [PATCH] docs: add postgres download link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c897a31e..eed67101 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ npx create-bison-app MyApp ## Setup the database -1. Setup a database locally (Postgres is the only type fully supported right now) +1. Setup a database locally ([Postgres](https://postgresapp.com/downloads.html) is the only type fully supported right now) 1. Make sure your database user has permission to create schemas and databases. We recommend using a superuser account locally to keep things easy. 1. Setup your local database with `yarn db:setup`. You'll be prompted to create it if it doesn't already exist: