Switch DEMO to install with --devmode

Change-Id: I696ee8ecd5255dc0aa94021b1db0707c5cbe631e
This commit is contained in:
Corey Bryant 2021-04-29 13:53:54 -04:00
parent 525b11fd21
commit d009425279
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ juju and kubectl snaps, which will give us tools to deploy and manage
kubernetes, respectively. kubernetes, respectively.
``` ```
sudo snap install --classic --beta microstack sudo snap install microstack --beta --devmode
sudo snap install --classic juju sudo snap install --classic juju
sudo snap install --classic kubectl sudo snap install --classic kubectl
``` ```