From 4820b673bbc852f7215314a21dba14f6e513f176 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 14 Sep 2018 16:29:49 +0200 Subject: [PATCH] README backends: move legend into describing sentence --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 159291b..7fbf2f2 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ it will be scaled to fit the width. ### Backends -There are multiple backends for connecting to the printer available: +There are multiple backends for connecting to the printer available (✔: supported, ✘: not supported): Backend | Kind | Linux | Mac OS | Windows -------|-------|---------|---------|-------- @@ -176,8 +176,7 @@ network | TCP | ✔ | ✔ | ✔ linux\_kernel | USB | ✔ (1) | ✘ | ✘ pyusb (2) | USB | ✔ (2a) | ✔ (2b) | ✔ (2c) -✔: works -✘: doesn't work +Notes: 1. The label printer should show up automatically as `/dev/usb/lp0` when connected. Please check the ownership (user, group) of this file to be able to print as a regular user.