From 8c6835f8b3c82551e07d292a49028103c8cd4597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 27 Jun 2024 00:13:45 -0400 Subject: [PATCH] doc/installing: Use Incus 6.0.0 as example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installing.md b/doc/installing.md index 5d6ecea4dee..bfd866df70e 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -355,8 +355,8 @@ The Incus release tarballs bundle a complete dependency tree as well as a local copy of `libraft` and `libcowsql` for Incus' database setup. ```bash -tar zxvf incus-0.1.tar.gz -cd incus-0.1 +tar zxvf incus-6.0.0.tar.gz +cd incus-6.0.0 ``` This will unpack the release tarball and place you inside of the source tree.