Correct a typo in the apk command

This commit is contained in:
rinpatch 2019-06-22 08:31:02 +03:00
parent dd05dc65d3
commit 50e3cf9d5e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ apt install postgresql-11-rum
``` ```
Alpine: Alpine:
```sh ```sh
apk install gcc make apk add gcc make
git clone https://github.com/postgrespro/rum /tmp/rum git clone https://github.com/postgrespro/rum /tmp/rum
cd /tmp/rum cd /tmp/rum
make USE_PGXS=1 make USE_PGXS=1