Skip to content

Commit 0d4f058

Browse files
committed
Merge branch 'fix-install-url' into 'master'
docs: update install URL See merge request postgres-ai/database-lab!75
2 parents 186eeed + cee6fdb commit 0d4f058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ For stable Docker images see [postgresai/dblab-server](https://hub.docker.com/re
7272
### Installation
7373
Install Database Lab client CLI on a Linux architecture (e.g., Ubuntu):
7474
```bash
75-
curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/cli-install.sh | bash
75+
curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/scripts/cli_install.sh | bash
7676
```
7777

78-
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).
78+
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).
7979

8080

8181
### Usage

0 commit comments

Comments
 (0)