X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finstallation%2Freleases_en.md;h=ce46d0d29fd44832207488889cbfc6e122499cfc;hb=177faf15c24453fc67bb5bedc6189055e686e2a3;hp=9c108c4ffeca24b5cd2581f8192eb00505515840;hpb=50e3cf9d5e4c957f4a979bbeed29787209bdfa13;p=akkoma 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 ```