From f9c1910c5b7ab176fd77fa953b688a2cae09030f Mon Sep 17 00:00:00 2001 From: Mikhail Grigorev Date: Fri, 5 Jul 2024 18:49:51 +0500 Subject: [PATCH] Update README --- README.md | 2 +- README.ru.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a54550..f2922b0 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.8.5/pgscv_0.8.5_linux_amd64.tar.gz -o - | tar xzf - -C /tmp && \ +curl -s -L https://github.com/cherts/pgscv/releases/download/v0.8.6/pgscv_0.8.6_linux_amd64.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 4931eb7..9f50d95 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.8.5/pgscv_0.8.5_linux_amd64.tar.gz -o - | tar xzf - -C /tmp && \ +curl -s -L https://github.com/cherts/pgscv/releases/download/v0.8.6/pgscv_0.8.6_linux_amd64.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 && \