bug: missing last part of podman cmd
This commit is contained in:
parent
54495872d8
commit
93fe4a1a5b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
## development quickstart
|
## development quickstart
|
||||||
|
|
||||||
```bash
|
```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
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue