diff --git a/doc/installing.md b/doc/installing.md index eb2f60f6ff9..462ebb4ae46 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -353,8 +353,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.