void-packages/srcpkgs/lxd/files/README.voidlinux
classabbyamp 1c081e70ae *: move non-critical INSTALL.msg to README.voidlinux en masse
to avoid desensitising the user to ignorable INSTALL.msgs, move ones
that just specify things like optional dependencies and initial
configuration tips to README.voidlinux
2023-09-05 18:29:18 -04:00

12 lines
202 B
Plaintext

Start lxd service:
$ sudo ln -s /etc/sv/lxd /var/service/
Run LXD initialization:
$ sudo lxd init
To use lxd client your user must be added to the 'lxd' group:
$ sudo usermod -aG lxd <username>