Skip to content

Instantly share code, notes, and snippets.

@attiks
Last active August 29, 2015 14:02
Show Gist options
  • Save attiks/a46079d93b4209d130a6 to your computer and use it in GitHub Desktop.
Save attiks/a46079d93b4209d130a6 to your computer and use it in GitHub Desktop.
Chromium 'Canary' for Linux
wget -O chromium.zip https://download-chromium.appspot.com/dl/Linux_x64
unzip -o chromium.zip
rm chromium.zip
cd chrome-linux
sudo chown root:root chrome_sandbox && sudo chmod 4755 chrome_sandbox && export CHROME_DEVEL_SANDBOX="$PWD/chrome_sandbox"
./chrome --user-data-dir=~/.config/chromium-canary --enable-experimental-web-platform-features &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment