Merge branch 'develop' into release-docs
[akkoma] / docs / installation / releases_en.md
index 31b639d32752cfbc688373d92c3136e46c8307b2..ce46d0d29fd44832207488889cbfc6e122499cfc 100644 (file)
@@ -49,12 +49,11 @@ apt install postgresql-11-rum
 ```
 Alpine:
 ```sh
-apk install 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
 ```