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.