From 0ef839bda3767ccd458a010ccf940dd5dac7e60e Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 10 Oct 2024 02:18:57 +0300 Subject: [PATCH] Improve README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60af7bf..bcabffc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Tiny Redis client for aggregating stats from MONITOR flow. #### From source -To build the `redis-monitor-top` from scratch, make sure you have a working Go 1.21+ workspace (_[instructions](https://go.dev/doc/install)_), then: +To build the `redis-monitor-top` from scratch, make sure you have a working [Go 1.22+](https://github.com/essentialkaos/.github/blob/master/GO-VERSION-SUPPORT.md) workspace (_[instructions](https://go.dev/doc/install)_), then: ``` go install github.com/essentialkaos/redis-monitor-top@latest @@ -30,8 +30,8 @@ go install github.com/essentialkaos/redis-monitor-top@latest #### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo) ```bash -sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm -sudo yum install redis-monitor-top +sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm +sudo dnf install redis-monitor-top ``` #### Prebuilt binaries