Skip to content
Édouard Lopez edited this page Feb 26, 2016 · 2 revisions

Install step

Please target instructions 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