diff --git a/README.md b/README.md index d8e2b5b..4704264 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This project is a continuation of the development of the original pgSCV by [Alex 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. ```bash -curl -s -L https://github.com/cherts/pgscv/releases/download/v0.9.5/pgscv_0.9.5_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \ +curl -s -L https://github.com/cherts/pgscv/releases/download/v0.9.6/pgscv_0.9.6_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \ mv /tmp/pgscv.yaml /etc && \ mv /tmp/pgscv.service /etc/systemd/system && \ mv /tmp/pgscv.default /etc/default/pgscv && \ diff --git a/README.ru.md b/README.ru.md index 8d66d2f..6250922 100644 --- a/README.ru.md +++ b/README.ru.md @@ -29,7 +29,7 @@ Загрузите архив со страницы [releases](https://github.com/cherts/pgscv/releases). Распакуйте архив. Создайте минимальный файл конфигураации. Запустите pgSCV под пользователем postgres. ```bash -curl -s -L https://github.com/cherts/pgscv/releases/download/v0.9.5/pgscv_0.9.5_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \ +curl -s -L https://github.com/cherts/pgscv/releases/download/v0.9.6/pgscv_0.9.6_linux_$(uname -m).tar.gz -o - | tar xzf - -C /tmp && \ mv /tmp/pgscv.yaml /etc && \ mv /tmp/pgscv.service /etc/systemd/system && \ mv /tmp/pgscv.default /etc/default/pgscv && \