From 360c25c747e8bc647b963bc14bdddf13e81a054e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 8 Oct 2019 23:13:34 +0200 Subject: [PATCH] Gotta sudo Co-Authored-By: decentral1se --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e18fb6..a48852c 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ be able to install `snapd` using the system package manager (or even ```bash apt install git snapd -snap install lxd +sudo snap install lxd # You need to add /snap/bin to your PATH variable ... maybe add this to your .bashrc! PATH=$PATH:/snap/bin @@ -131,7 +131,7 @@ Then you shall initialize LXD which will ask you a bunch of question. Usually answering the default (just pressing enter) to all questions is fine. ```bash -lxd init +sudo lxd init ``` Then, go into your favorite development folder and deploy `ynh-dev` with: