1
0
Fork 0
mirror of synced 2024-06-16 17:35:15 +12:00

Merge pull request #10 from geirolav/patch-2

Update README.md
This commit is contained in:
Nick Sweeting 2017-05-07 06:48:45 -07:00 committed by GitHub
commit 3b957ba7bf

View file

@ -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 -