From 93fe4a1a5b4428e37e2aca8e64ecacdfdb2b1663 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 10 Jan 2022 16:04:17 -0700 Subject: [PATCH] bug: missing last part of podman cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7484565..08e2d96 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## development quickstart ```bash -podman run --name planner-db -e POSTGRES_PASSWORD=password -p 5432:5432 +podman run --name planner-db -e POSTGRES_PASSWORD=password -p 5432:5432 postgres python -m venv venv source venv/bin/activate pip install -r requirements.txt