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 15e1628 commit feb3a97Copy full SHA for feb3a97
README.rst
@@ -20,11 +20,11 @@ Installation
20
21
DEB packages for Debian|Ubuntu:
22
23
-```
+.. code-block:: bash
24
echo "deb [arch=amd64] https://repo.postgrespro.ru/mamonsu/latest/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/mamonsu.list
25
wget -O - https://repo.postgrespro.ru/mamonsu/keys/GPG-KEY-MAMONSU | sudo apt-key add - && sudo apt-get update
26
sudo apt-get install mamonsu
27
+
28
29
RPM packages for Centos:
30
0 commit comments