From cbd53183565e4dde318dc264696ab07f42162aeb Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 5 May 2017 12:23:40 -0400 Subject: [PATCH] fix canary/beta on mac/linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1177e756..01933688 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ln -s "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canar # On Linux: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' -apt update; apt install google-chrome-canary python3 wget +apt update; apt install google-chrome-beta python3 wget ``` **Archiving:**