Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teon authored Sep 21, 2023
1 parent 47d37ae commit ea64c04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ docker run --privileged ghcr.io/defguard/yubikey-provision:main -t <TOKEN> --id
```
Note that image is using elevated privileges to access host's USB by default but you can also try to configure it with **--device**.

## macOS

```
brew install rust ykman gpg2 protobuf
cargo build
./target/debug/yubikey-provision --id <id> --token <token_from_defguard> --grpc "defguard-grpc.host.name"
```

## Documentation

See the [documentation](https://defguard.gitbook.io) for more information.
Expand Down

0 comments on commit ea64c04

Please sign in to comment.