summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/installation/releases_en.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md
index 9c108c4ff..ce46d0d29 100644
--- a/docs/installation/releases_en.md
+++ b/docs/installation/releases_en.md
@@ -49,12 +49,11 @@ apt install postgresql-11-rum
```
Alpine:
```sh
-apk add gcc make
+apk add gcc make git postgresql-dev musl-dev
git clone https://github.com/postgrespro/rum /tmp/rum
cd /tmp/rum
make USE_PGXS=1
make USE_PGXS=1 install
-make USE_PGXS=1 installcheck
cd
rm -r /tmp/rum
```