Skip to content

Commit d7b2e48

Browse files
committed
Edit README.md
1 parent 1db225e commit d7b2e48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ grant select on pg_stat_user_tables to postgres_ai_mon;
2525

2626
```bash
2727
# Download the CLI
28-
curl -o postgres_ai https://gitlab.com/postgres-ai/postgres_ai/-/raw/main/postgres_ai && chmod +x postgres_ai
28+
curl -o postgres_ai https://gitlab.com/postgres-ai/postgres_ai/-/raw/main/postgres_ai \
29+
&& chmod +x postgres_ai
2930
```
3031

3132
Now, start it and wait for a few minutes. Two optional adjustments:

0 commit comments

Comments
 (0)