Skip to content

Commit

Permalink
doc/installing: Add Void Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Jan 24, 2024
1 parent 9dec883 commit 39b49f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,23 @@ There are two options currently available to Ubuntu users.
Up to date installation instructions may be found here: [`https://github.com/zabbly/incus`](https://github.com/zabbly/incus)
```
```{group-tab} Void Linux
Incus and all of its dependencies are available in Void Linux's repository as `incus`.
Install Incus with:
xbps-install incus incus-client
Then enable and start the services with:
ln -s /etc/sv/incus /var/service
ln -s /etc/sv/incus-user /var/service
sv up incus
sv up incus-user
Please report packaging issues [here](https://github.com/void-linux/void-packages/issues).
```
````

### Other operating systems
Expand Down

0 comments on commit 39b49f4

Please sign in to comment.