From 08cd2c0912d2280a5a4581d398c3e4598402006b Mon Sep 17 00:00:00 2001 From: jonas Date: Thu, 29 Feb 2024 18:41:39 +0100 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a9e272..b56721c 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ A small collection of useful commands not available out-of-the-box to manage CUP Either use wget/curl to download the script and run it seperately like so: ``` -# wget -O printer.sh "" +# wget -O printer.sh "https://link.gruelag.de/psh" # bash printer.sh ... ``` or run it directly from the web (usually rather discouraged): ``` -# wget -O- "" | bash - +# wget -qO- "https://link.gruelag.de/psh" | bash ``` ## Usage @@ -24,4 +24,4 @@ printer.sh rename Renames a printer internally printer.sh ren Alias of 'rename' printer.sh clear-queue Clears the current queue of a printer printer.sh cq Alias of 'clear-queue' -``` \ No newline at end of file +```