Skip to content

Commit fa110a6

Browse files
committed
Fix package name on RHEL-based
Signed-off-by: Tommaso Barbato <[email protected]>
1 parent 0927f93 commit fa110a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sudo apk add valkey-compat
7878
```bash
7979
sudo yum install valkey
8080
# For symlinked binaries to redis-cli and redis-server
81-
sudo yum install valkey-compat
81+
sudo yum install valkey-compat-redis
8282
# For valkey-doc (can be used with man, e.g. `man hgetall`, `man valkey.conf`, etc.)
8383
sudo yum install valkey-doc
8484
```
@@ -91,7 +91,7 @@ You can use the EPEL repository - https://fedoraproject.org/wiki/EPEL to install
9191
```bash
9292
sudo dnf install valkey
9393
# For symlinked binaries to redis-cli and redis-server
94-
sudo dnf install valkey-compat
94+
sudo dnf install valkey-compat-redis
9595
# For valkey-doc (can be used with man, e.g. `man hgetall`, `man valkey.conf`, etc.)
9696
sudo dnf install valkey-doc
9797
```

0 commit comments

Comments
 (0)