Skip to content

Commit

Permalink
docs(README): remove sudo from usage examples for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson committed Jan 25, 2025
1 parent dca8214 commit f8b0caa
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 @@ -34,13 +34,13 @@ go install github.com/yarlson/zero@latest
Basic usage:

```bash
sudo zero -d example.com -e [email protected]
zero -d example.com -e [email protected]
```

With all options:

```bash
sudo zero -d example.com -e [email protected] [-c /path/to/certs] [-p port] [-t HH:mm]
zero -d example.com -e [email protected] [-c /path/to/certs] [-p port] [-t HH:mm]
```

Options:
Expand Down

0 comments on commit f8b0caa

Please sign in to comment.