From: rinpatch Date: Sat, 22 Jun 2019 05:31:02 +0000 (+0300) Subject: Correct a typo in the apk command X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=50e3cf9d5e4c957f4a979bbeed29787209bdfa13;p=akkoma Correct a typo in the apk command --- diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index 31b639d32..9c108c4ff 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -49,7 +49,7 @@ apt install postgresql-11-rum ``` Alpine: ```sh -apk install gcc make +apk add gcc make git clone https://github.com/postgrespro/rum /tmp/rum cd /tmp/rum make USE_PGXS=1