X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Finstallation%2Freleases_en.md;h=ce46d0d29fd44832207488889cbfc6e122499cfc;hb=51760c84b91f0af75200d2505f6b52ec1a4af484;hp=31b639d32752cfbc688373d92c3136e46c8307b2;hpb=dd05dc65d31d5d54662e7c5d81ed393ae25d14dd;p=akkoma diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index 31b639d32..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 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 ```