diff --git a/README.md b/README.md index b56721c..a55f753 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Either use wget/curl to download the script and run it seperately like so: ``` # wget -O printer.sh "https://link.gruelag.de/psh" -# bash printer.sh ... +# bash printer.sh ``` or run it directly from the web (usually rather discouraged): ``` -# wget -qO- "https://link.gruelag.de/psh" | bash +# wget -qO- "https://link.gruelag.de/psh" | bash -s ``` ## Usage