From 70a93d847c08ea2376dd56b8bd1e71a034678ae3 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Mon, 28 Oct 2024 10:12:14 +0100 Subject: [PATCH] Update untar example with latest version (#183) It's an example, but it looks better to use the latest release of tar.gz. Signed-off-by: Melroy van den Berg --- topics/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/installation.md b/topics/installation.md index ccebad2a..50969577 100644 --- a/topics/installation.md +++ b/topics/installation.md @@ -18,7 +18,7 @@ Refer to [Valkey Administration](admin.md) for detailed setup tips. Source releases are available from the GitHub [Releases](https://github.com/valkey-io/valkey/releases) page. -Unpack the tarball (e.g. `tar -xzvf valkey-7.2.5.tar.gz`) and follow the instructions in the included README.md. +Unpack the tarball (e.g. `tar -xzvf valkey-8.0.1.tar.gz`) and follow the instructions in the included README.md. ### Containers