We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db225e commit d7b2e48Copy full SHA for d7b2e48
README.md
@@ -25,7 +25,8 @@ grant select on pg_stat_user_tables to postgres_ai_mon;
25
26
```bash
27
# Download the CLI
28
-curl -o postgres_ai https://gitlab.com/postgres-ai/postgres_ai/-/raw/main/postgres_ai && chmod +x postgres_ai
+curl -o postgres_ai https://gitlab.com/postgres-ai/postgres_ai/-/raw/main/postgres_ai \
29
+ && chmod +x postgres_ai
30
```
31
32
Now, start it and wait for a few minutes. Two optional adjustments:
0 commit comments