From 304f2e6ef72e1c3b7baf50482176c6303a31e595 Mon Sep 17 00:00:00 2001 From: Mikhail Grigorev Date: Fri, 8 Nov 2024 15:57:02 +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 7ddb54d..7f34fd7 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.2/pgscv_0.9.2_linux_amd64.tar.gz -o - | tar xzf - -C /tmp && \ +curl -s -L https://github.com/cherts/pgscv/releases/download/v0.9.3/pgscv_0.9.3_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 13b4fde..0cbc021 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.2/pgscv_0.9.2_linux_amd64.tar.gz -o - | tar xzf - -C /tmp && \ +curl -s -L https://github.com/cherts/pgscv/releases/download/v0.9.3/pgscv_0.9.3_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 && \