Skip to content

Commit

Permalink
[CI:DOCS] README: drop sudo
Browse files Browse the repository at this point in the history
Running the script from the README does not require root privileges.
The text seems to predate Buildah's rootless support.  It was brought to
my attention during a presentation last week where an attendee asked
whether Buildah requires root privileges after reading the README.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Jan 16, 2023
1 parent 9d987b9 commit 186b301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ buildah commit "$ctr1" "${2:-$USER/lighttpd}"
EOF

$ chmod +x lighttpd.sh
$ sudo ./lighttpd.sh
$ ./lighttpd.sh
```

## Commands
Expand Down

0 comments on commit 186b301

Please sign in to comment.