Skip to content

Commit 99c9a0f

Browse files
committed
Fix brew tap name in README
1 parent f9c0ede commit 99c9a0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Supports 170+ Logitech devices over Bluetooth LE and USB receivers (Bolt, Unifyi
1313
### Homebrew (macOS)
1414

1515
```
16-
brew install jlevere/cask/hidpp
16+
brew install jlevere/tap/hidpp
1717
brew services start hidpp
1818
```
1919

@@ -68,7 +68,7 @@ hidpp export
6868
## Building
6969

7070
```
71-
brew install jlevere/cask/hidpp # from tap
71+
brew install jlevere/tap/hidpp # from tap
7272
nix build .#dmg # Nix DMG
7373
cargo build --workspace --exclude hidpp-web # cargo
7474
```

0 commit comments

Comments
 (0)