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

Commit

Permalink
Merge pull request #4458 from posix4e/doc-nits
Browse files Browse the repository at this point in the history
Documentation nit
  • Loading branch information
bbondy authored Oct 3, 2016
2 parents 8ea8ff0 + fac738c commit 9117f09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ Some platforms are available as pre-configured VMs. See the [readme](https://git

## Development

You will also have to have two terminal tabs up to run Brave. One for Brave to watch for changes to the code, and one to run Brave.

To run a development version of the browser, run the following on the command line:
To run a development version of the browser requires a few steps. The easiest way is just to use two
terminals. One terminal can be used just to watch for changes to the code

npm run watch

Now actually run Brave in another terminal

npm start

To run the tests:
Expand Down

0 comments on commit 9117f09

Please sign in to comment.