formatting

This commit is contained in:
Robin Appelman 2025-10-28 20:12:44 +01:00
commit b830c40224

View file

@ -35,16 +35,16 @@ ptouch-remote [--config config.toml]
## Permissions ## Permissions
You'll need to either run `ptouch-remote` as root or setup a udev rule to change You'll need to either run `ptouch-remote` as root or setup a udev rule to change
the owner or permissions to allow `ptouch-remote` to access the label printer over the owner or permissions to allow `ptouch-remote` to access the label printer
usb. over usb.
See [51-ptouch-remote.rules](./51-ptouch-remote.rules) for an example udev rule, See [51-ptouch-remote.rules](./51-ptouch-remote.rules) for an example udev rule,
placing this into `/etc/udev/rules.d` and adjusting the username as desired placing this into `/etc/udev/rules.d` and adjusting the username as desired
should give the specified user access to the ptouch printer. should give the specified user access to the ptouch printer.
Alternatively you can use Alternatively you can use
[51-ptouch-remote-everyone.rules](./51-ptouch-remote-everyone.rules) to give all users [51-ptouch-remote-everyone.rules](./51-ptouch-remote-everyone.rules) to give all
on the system access to the label printer. users on the system access to the label printer.
## API ## API