Skip to content

Commit

Permalink
docs: add docker install command
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Feb 20, 2024
1 parent cfa2f1b commit 9191ffc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
package:db is an internal package for storing state in a Postgres database.

## Setup

You will need Docker. On Unbutu:
```
snap install docker
```

```
docker pull postgres
docker run \
Expand Down

0 comments on commit 9191ffc

Please sign in to comment.