Skip to content

Commit df0799c

Browse files
cserbyclaude
andcommitted
fix(docs): correct Unifying label; remove duplicate Linux section
- 'Bolt successor' β†’ 'older protocol, replaced by Bolt' (Bolt is the successor to Unifying, not the other way around) - Remove the stale build-from-source Linux section introduced by the install-scripts PR; the new .deb/.rpm section supersedes it - Rebased onto install-script-and-docs so docs/INSTALL-linux.md exists in this branch's tree and the link resolves Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 64ae60f commit df0799c

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ macOS and Linux are supported. Windows support is planned β€” see
4848
| Capability | State |
4949
|---|---|
5050
| Discover Bolt receivers + list paired devices (CLI + GUI) | βœ… |
51-
| Unifying receivers (Bolt successor) | βœ… |
51+
| Unifying receivers (older protocol, replaced by Bolt) | βœ… |
5252
| Bluetooth-direct / wired devices (no receiver) | βœ… |
5353
| Battery percentage / charge state | βœ… (online devices) |
5454
| Interactive GUI: carousel, mouse diagram, action picker | βœ… macOS + Linux |
@@ -118,21 +118,6 @@ and distros without systemd.
118118

119119
To build from source, see [DEVELOPMENT.md](docs/DEVELOPMENT.md).
120120

121-
### Linux
122-
123-
There are no pre-built Linux packages yet. Build from source and install the
124-
udev rules so OpenLogi can open `/dev/uinput` and `/dev/hidraw*` without `sudo`:
125-
126-
```sh
127-
git clone https://github.com/AprilNEA/OpenLogi
128-
cd OpenLogi
129-
cargo build --release
130-
sudo cp packaging/linux/udev/70-openlogi.rules /etc/udev/rules.d/
131-
sudo udevadm control --reload-rules && sudo udevadm trigger
132-
```
133-
134-
See [docs/INSTALL-linux.md](docs/INSTALL-linux.md) for full instructions,
135-
autostart setup, and known limitations.
136121

137122
## Usage (CLI)
138123

0 commit comments

Comments
Β (0)