From e12cea401617bb169425545158e9f04f7b8b800f Mon Sep 17 00:00:00 2001 From: JocelynDelalande Date: Sun, 26 Jul 2020 16:51:04 +0200 Subject: [PATCH] add missing step installing lxd on debian buster at least. Avoir enigmatic message : See https://forum.snapcraft.io/t/snap-lxd-assumes-unsupported-features-snapd2-39/17542/6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e3f48c..54afc23 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ be able to install `snapd` using the system package manager (or even ```bash apt install git snapd +sudo snap install core sudo snap install lxd # Adding lxc/lxd to /usr/local/bin to make sure we can use them easily even