From b5b447f1b9b375b47dd66b32bb23c0e69e11590c Mon Sep 17 00:00:00 2001 From: Vic Date: Tue, 24 May 2022 22:43:48 +0200 Subject: [PATCH] updated README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c74d3c..7e08617 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,12 @@ 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