From e677f28917d33afda40f683ca5aa229aa11349c1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Sep 2018 14:00:54 -0500 Subject: [PATCH] Formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c995a30..e7baa45 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ docker run --name cups -p 631:631 --restart unless-stopped \ ## Add and set up printer: CUPS will be configurable at http://[diskstation]:631 using the CUPSADMIN/CUPSPASSWORD. -## Install avahi on local host: +## Install Avahi on local host: These commands only work on Red Hat/CentOS/Fedora. Ubuntu will be different. ``` yum install avahi @@ -42,5 +42,6 @@ systemctl enable avahi-daemon ## Notes I had to run the [airprint-generate.py](/root/root/airprint-generate.py) script on the local host to get the avahi service file to generate. -`python airprint-generate.py -H localhost -p 631 -u admin -d ` -  +``` +python airprint-generate.py -H localhost -p 631 -u admin -d +```