From 5faa62f412d75c4ea8d893e56310f823b1772198 Mon Sep 17 00:00:00 2001 From: dhax Date: Fri, 3 Apr 2020 19:57:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc0c58..bf7ea4e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The following feature set is a minimal selection of typical Web API requirements ## Start Application - Clone this repository -- Create a postgres database and set environment variable *DATABASE_URL* accordingly if not using same as default +- Create a postgres database and set environment variables for your database accordingly if not using same as default - Run the application to see available commands: ```go run main.go``` - First initialize the database running all migrations found in ./database/migrate at once with command *migrate*: ```go run main.go migrate``` - Run the application with command *serve*: ```go run main.go serve```