Skip to content

Commit

Permalink
README: add a note about not using sudo with brew services
Browse files Browse the repository at this point in the history
Updates #25
  • Loading branch information
FiloSottile authored May 23, 2020
1 parent 7d98320 commit cb3a703
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 @@ -18,7 +18,7 @@ Written in pure Go, it's based on [github.com/go-piv/piv-go](https://github.com/
```
brew tap filippo.io/yubikey-agent https://filippo.io/yubikey-agent
brew install yubikey-agent
brew services start yubikey-agent
brew services start yubikey-agent # do NOT use sudo
yubikey-agent -setup # generate a new key on the YubiKey
```
Expand Down

0 comments on commit cb3a703

Please sign in to comment.