Skip to content

Commit

Permalink
Merge pull request #4519 from vrothberg/readme
Browse files Browse the repository at this point in the history
[CI:DOCS] README: drop sudo
  • Loading branch information
openshift-merge-robot authored Jan 16, 2023
2 parents 9d987b9 + 186b301 commit 39dfa73
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 39dfa73

Please sign in to comment.