Skip to content

Commit

Permalink
docs: fix subuids spelling mistake (#1431)
Browse files Browse the repository at this point in the history
`suduids` -> `subuids`
  • Loading branch information
yocoldle authored Jun 18, 2024
1 parent 11ef0e3 commit e6a26d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useful_tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ distrobox create \
--unshare-all
```

Inside it install podman, and add suduids for the user:
Inside it install podman, and add subuids for the user:

```sh
sudo usermod --add-subuids 10000-65536 $USER
Expand Down

0 comments on commit e6a26d5

Please sign in to comment.