forked from AkkomaGang/akkoma
Correct a typo in the apk command
This commit is contained in:
parent
dd05dc65d3
commit
50e3cf9d5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue