Correct a typo in the apk command
This commit is contained in:
parent
dd05dc65d3
commit
50e3cf9d5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue