mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 19:54:25 -04:00
Update README.md
The extra backslash is unnecessary and breaks the script. PDFs and screenshots are not generated.
This commit is contained in:
parent
3b957ba7bf
commit
8d2f517eb4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Those numbers are from running it single-threaded on my i5 machine with 50mbps d
|
||||||
```bash
|
```bash
|
||||||
# On Mac:
|
# On Mac:
|
||||||
brew install Caskroom/versions/google-chrome-canary wget python3
|
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
|
chmod +x /usr/local/bin/google-chrome
|
||||||
# On Linux:
|
# On Linux:
|
||||||
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue