Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Install on Linux

Édouard Lopez edited this page Feb 25, 2016 · 5 revisions

Install step

Please target instruction for end-users, not high-level JS-linux wizard. So we can work toward automation install scripts.

Required knowledge

  • basic git ;
  • basic nodejs ;

*Ubuntu

Nodejs 5 (detailed instructions)

curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g node-gyp@3.2.1

Then brave browser

git clone --depth 1 https://github.com/brave/browser-laptop brave-browser
cd brave-browser
npm install

Finally run it:

npm run