Skip to content

Commit

Permalink
docs: indicate how to use the tool on macOS since it's not signed
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 8, 2024
1 parent 5028fc6 commit ff689ae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,16 @@ keyligth on --help
keylight brightness --help
```

Get the status for troubleshooting.
### Troubleshooting

Get the light status.

```shell
keylight status
```
```

The Apple binaries are not signed with an Apple Developer account, so you must authorize them manually.

```shell
xattr -dr com.apple.quarantine ./elgato-light-cli
```

0 comments on commit ff689ae

Please sign in to comment.