Gotta sudo

Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
Alexandre Aubin 2019-10-08 23:13:34 +02:00 committed by GitHub
parent 6a0a7d1990
commit 360c25c747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: