Skip to content

Commit

Permalink
Merge pull request #961 from stgraber/doc
Browse files Browse the repository at this point in the history
doc/installing: Use Incus 6.0.0 as example
  • Loading branch information
hallyn authored Jun 27, 2024
2 parents 5c0178e + 83de5e1 commit bacea92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bacea92

Please sign in to comment.