Skip to content

Commit c092972

Browse files
committed
fix: wording on index
1 parent eabb001 commit c092972

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ PgDog is a connection pooler, load balancer and database sharder for PostgreSQL.
88

99
## Getting started
1010

11-
PgDog is an open source project. You can download its code from our [repository](https://github.com/pgdogdev/pgdog) on GitHub. If you're deploying PgDog to your cloud account (or on prem), you can either use the [compiled binaries](https://github.com/pgdogdev/pgdog/releases) we provide or build it from source.
11+
PgDog is an open source project. You can download its code from our [repository](https://github.com/pgdogdev/pgdog) in GitHub. If you're deploying PgDog to your cloud (or on prem), you can use our [Docker image](installation.md) (and Helm chart), the [compiled binaries](https://github.com/pgdogdev/pgdog/releases) (incl. a `.deb` package), or build it from source.
1212

13-
Every commit in the `main` branch and weekly tagged releases have corresponding images in our [Docker](https://github.com/orgs/pgdogdev/packages/container/package/pgdog) repository, for example:
13+
### Docker image
14+
Every commit in the `main` branch, and weekly tagged releases, have corresponding images in our [Docker](https://github.com/orgs/pgdogdev/packages/container/package/pgdog) repository, for example:
1415

1516
```bash
1617
docker run ghcr.io/pgdogdev/pgdog:v0.1.46

0 commit comments

Comments
 (0)