From 8ed5f2cc98513a890820692657888ed2244f215b Mon Sep 17 00:00:00 2001 From: Vic Date: Tue, 24 May 2022 22:40:36 +0200 Subject: [PATCH] updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c00a285..2c74d3c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ TOKEN_SECRET_TEST=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoxLCJma - Inside shelf folder mount the container: `docker compose up` - Create shelf_test database with the following commands: --- `docker exec -it shelf-postgres-1 /bin/bash` --- `psql -U postgres` --- `CREATE DATABASE shelf_test` +⋅⋅⋅`docker exec -it shelf-postgres-1 /bin/bash` +⋅⋅⋅`psql -U postgres` +⋅⋅⋅`CREATE DATABASE shelf_test` # Installation