Skip to content

Commit c4e97eb

Browse files
committed
update readme
1 parent 7c3565b commit c4e97eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ To install Juju from snap, run this command:
7373
sudo snap install juju --classic
7474
```
7575

76+
On some machines there might be a missing folder which is required for juju to run correctly. Because of this please make sure to create this folder with:
77+
78+
```bash
79+
mkdir -p ~/.local/share
80+
```
81+
7682
Deploy a Juju controller to the Kubernetes we set up with MicroK8s:
7783

7884
```bash

0 commit comments

Comments
 (0)