Skip to content

Commit 2e85301

Browse files
author
Mikhail Grigorev
committed
Update release info
1 parent 1b2d757 commit 2e85301

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This project is a continuation of the development of the original pgSCV by [Alex
4040
Download the archive from [releases](https://github.com/cherts/pgscv/releases). Unpack the archive. Create minimum config file. Start pgSCV systemd service under `postgres` user.
4141

4242
```bash
43-
curl -s -L https://github.com/cherts/pgscv/releases/download/v0.14.2/pgscv_0.14.2_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \
43+
curl -s -L https://github.com/cherts/pgscv/releases/download/v0.15.0/pgscv_0.15.0_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \
4444
mv /tmp/pgscv.yaml /etc && \
4545
mv /tmp/pgscv.service /etc/systemd/system && \
4646
mv /tmp/pgscv.default /etc/default/pgscv && \

README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Загрузите архив со страницы [releases](https://github.com/cherts/pgscv/releases). Распакуйте архив. Создайте минимальный файл конфигураации. Запустите pgSCV под пользователем postgres.
3434

3535
```bash
36-
curl -s -L https://github.com/cherts/pgscv/releases/download/v0.14.2/pgscv_0.14.2_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \
36+
curl -s -L https://github.com/cherts/pgscv/releases/download/v0.15.0/pgscv_0.15.0_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \
3737
mv /tmp/pgscv.yaml /etc && \
3838
mv /tmp/pgscv.service /etc/systemd/system && \
3939
mv /tmp/pgscv.default /etc/default/pgscv && \

0 commit comments

Comments
 (0)