From d0860b01e38ff4f0ab5dc4be0f8d3eaa8931e0c2 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Sep 2018 14:15:16 -0500 Subject: [PATCH] Removed manual script step --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 19f2be1..d1d95ea 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,6 @@ docker run --name cups -p 631:631 --restart unless-stopped \ chuckcharlie/cups-airprint-brother:latest ``` -## Add and set up printer: -CUPS will be configurable at http://[host ip]:631 using the CUPSADMIN/CUPSPASSWORD. - ## Install Avahi on local host: These commands only work on RedHat/CentOS/Fedora. Ubuntu will be different. ``` @@ -40,8 +37,6 @@ systemctl enable avahi-daemon ``` ***This was the only way I was able to get /var/run/dbus to respond correctly in the container.*** -## 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 -``` +## Add and set up printer: +CUPS will be configurable at http://[host ip]:631 using the CUPSADMIN/CUPSPASSWORD. +