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 db92b1c commit d2f757cCopy full SHA for d2f757c
pgml-cms/docs/open-source/pgcat/installation.md
@@ -27,6 +27,7 @@ As part of our regular release process, we are building and distributing a Debia
27
```
28
echo "deb [trusted=yes] https://apt.postgresml.org $(lsb_release -cs) main" | \
29
sudo tee -a /etc/apt/sources.list && \
30
+sudo apt-get update && \
31
sudo apt install pgcat
32
33
0 commit comments