From 8d2f517eb4dbe180330dadc219b6c92b3cdc982a Mon Sep 17 00:00:00 2001 From: Oliver Conzen Date: Mon, 8 May 2017 11:06:03 +0200 Subject: [PATCH] Update README.md The extra backslash is unnecessary and breaks the script. PDFs and screenshots are not generated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72103a61..364deda1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Those numbers are from running it single-threaded on my i5 machine with 50mbps d ```bash # On Mac: brew install Caskroom/versions/google-chrome-canary wget python3 -echo -e '#!/bin/bash\n/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \"$@"' > /usr/local/bin/google-chrome +echo -e '#!/bin/bash\n/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary "$@"' > /usr/local/bin/google-chrome chmod +x /usr/local/bin/google-chrome # On Linux: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -