summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-23 08:35:35 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-23 08:35:35 +0300
commit40a62839ffeb5358e600d3bbc5fab4843afdc1af (patch)
treedad9e306b39015dc3e26e1b7d70e59154e147d46 /docs
parent1d3c5e434df83ce2da1b1c67090192b115b4e905 (diff)
downloadpleroma-40a62839ffeb5358e600d3bbc5fab4843afdc1af.tar.gz
pleroma-40a62839ffeb5358e600d3bbc5fab4843afdc1af.zip
Use build-base instead of individual packages
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index e9d913604..667d3cef7 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -51,7 +51,7 @@ apt install postgresql-11-rum
```
Alpine:
```sh
-apk add gcc make git postgresql-dev musl-dev
+apk add git build-base postgresql-dev
git clone https://github.com/postgrespro/rum /tmp/rum
cd /tmp/rum
make USE_PGXS=1