diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-22 08:31:02 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-22 08:31:02 +0300 |
commit | 50e3cf9d5e4c957f4a979bbeed29787209bdfa13 (patch) | |
tree | 1feb1e7fc2a81cfff4f621157a948fa6b4250a6c | |
parent | dd05dc65d31d5d54662e7c5d81ed393ae25d14dd (diff) | |
download | pleroma-50e3cf9d5e4c957f4a979bbeed29787209bdfa13.tar.gz |
Correct a typo in the apk command
-rw-r--r-- | docs/installation/releases_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |