bug: missing last part of podman cmd

This commit is contained in:
Matthew Ryan Dillon 2022-01-10 16:04:17 -07:00
parent 54495872d8
commit 93fe4a1a5b

View file

@ -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