Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention root is needed.
resolves #12
  • Loading branch information
cmspam authored Sep 20, 2024
1 parent e556de2 commit b2c4d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ First, make the directory to hold incus configuration:
``` mkdir /var/lib/incus ```


With Podman (recommended):
With Podman (needs root permissions) (recommended):
```
podman run -d \
sudo podman run -d \
--name incus \
--cgroups=no-conmon \
--cgroupns=host \
Expand Down

0 comments on commit b2c4d95

Please sign in to comment.