Skip to content

Commit bda3587

Browse files
committed
Polish README
1 parent 3dc9075 commit bda3587

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,24 @@ As an example, cloning of 10 TiB PostgreSQL database takes less than 2 seconds.
1111

1212
Read more at [Postgres.ai](https://postgres.ai) and in [the Docs](https://postgres.ai/docs).
1313

14-
## Why on GitLab.com?
15-
Database Lab Engine is hosted and developed on GitLab.com.
14+
> Please support the project giving a GitLab star! It's on [the main page](https://gitlab.com/postgres-ai/database-lab), at the upper right corner:
15+
>
16+
> ![Add a star](./assets/star.gif)
1617
17-
GitLab Inc. is our (Postgres.ai) long-term client and early adopter (see [GitLab Development Docs](https://docs.gitlab.com/ee/development/understanding_explain_plans.html#database-lab)). GitLab has an open-source version. Last but not least: GitLab uses PostgreSQL.
18-
19-
However, nowadays, not many open-source projects are hosted at GitLab.com unfortunately. Please support the project giving a GitLab star! It's on [the main page](https://gitlab.com/postgres-ai/database-lab), at the upper right corner:
20-
21-
![Add a star](./assets/star.gif)
22-
23-
## Engine setup
24-
See Database Lab tutorials:
25-
- [Database Lab tutorial for Amazon RDS](https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds),
18+
## Installation
19+
See the Database Lab tutorials:
2620
- [Database Lab tutorial for any PostgreSQL database](https://postgres.ai/docs/tutorials/database-lab-tutorial).
21+
- [Database Lab tutorial for Amazon RDS](https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds),
2722

28-
For stable Docker images see [postgresai/dblab-server](https://hub.docker.com/repository/docker/postgresai/dblab-server) repository on DockerHub.
23+
The latest stable Docker images are published in [the Docker Hub repository](https://hub.docker.com/repository/docker/postgresai/dblab-server).
2924

3025
## Client CLI
3126
### Installation
32-
Install Database Lab client CLI on a Linux architecture (e.g., Ubuntu):
27+
Install Database Lab client CLI on your Linux machine (e.g., Ubuntu):
3328
```bash
3429
curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/scripts/cli_install.sh | bash
3530
```
3631

37-
Also, binaries available for download: [Alpine](https://gitlab.com/postgres-ai/database-lab/-/jobs/artifacts/master/browse?job=build-binary-alpine), [other](https://gitlab.com/postgres-ai/database-lab/-/jobs/artifacts/master/browse?job=build-binary-generic).
3832

3933
### How to use CLI
4034
- [How to install and initialize Database Lab CLI](https://postgres.ai/docs/guides/cli/cli-install-init)
@@ -53,7 +47,7 @@ Also, binaries available for download: [Alpine](https://gitlab.com/postgres-ai/d
5347
## Development
5448
Open [an Issue](https://gitlab.com/postgres-ai/database-lab/-/issues) to discuss ideas, open [a Merge Request](https://gitlab.com/postgres-ai/database-lab/-/merge_requests) to propose a change.
5549

56-
See our [GitLab Container Registry](https://gitlab.com/postgres-ai/database-lab/container_registry) for develop Docker images.
50+
See our [GitLab Container Registry](https://gitlab.com/postgres-ai/database-lab/container_registry) to find the images built for development branches.
5751
<!-- TODO: SDK docs -->
5852
<!-- TODO: Contribution guideline -->
5953

0 commit comments

Comments
 (0)