From b1ef53d02b42c754802b20155f6de65d9373bc9c Mon Sep 17 00:00:00 2001 From: "Anh T. Nguyen" Date: Tue, 5 Apr 2022 00:50:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f97a2f..1568d9ce 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ setup a first admin. To do this: 1. Create a user account by registering through the web interface 2. Attach to the docker image for the postgres database into pg: - `docker container exec -it lilflosystem_postgres_1 psql flodb -h localhost -U postgres` + `docker container exec -it flosystem_postgres_1 psql flodb -h localhost -U postgres` (note the number on that container might be different...) 3. Turn on expanded view to get nice prints: `\x` 4. Optionally get info on your registered users: `select * from users;`