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 6cdea3c commit 9b46974Copy full SHA for 9b46974
README.md
@@ -24,7 +24,7 @@ This project was inspired by [AskBend](https://github.com/datafuselabs/askbend)
24
25
### Installation
26
27
-To run Postgres-GPT, which is an image that already includes all UDF functions and relevant plugins, you can use Docker.
+To run Postgres-GPT, which is an image that already includes all UDF functions and relevant plugins, Docker is the recommended method of running it.
28
29
```other
30
docker run --name postgres-gpt -p 5432:5432 \
0 commit comments