summaryrefslogtreecommitdiff
path: root/docs/installation
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-22 08:31:02 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-22 08:31:02 +0300
commit50e3cf9d5e4c957f4a979bbeed29787209bdfa13 (patch)
tree1feb1e7fc2a81cfff4f621157a948fa6b4250a6c /docs/installation
parentdd05dc65d31d5d54662e7c5d81ed393ae25d14dd (diff)
downloadpleroma-50e3cf9d5e4c957f4a979bbeed29787209bdfa13.tar.gz
pleroma-50e3cf9d5e4c957f4a979bbeed29787209bdfa13.zip
Correct a typo in the apk command
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/releases_en.md2
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