diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -4,9 +4,7 @@ BUILD: First, you need to get some stuff with npm: - $ npm install acorn-loose - $ npm install jssha - $ npm install browserify + $ npm install acorn-loose jssha browserify $ export PATH=$PATH:./node_modules/.bin To build the extension run: @@ -43,8 +41,7 @@ HEADLESS TESTS: To launch the test suite from the command line, ensure the xpi package has been built with automated test suite. Then install selenium-webdriver and geckodriver, and ensure the latter is in $PATH: - $ npm install selenium-webdriver - $ npm install geckodriver + $ npm install selenium-webdriver geckodriver $ export PATH=$PATH:./node_modules/.bin Now you can invoke the test with |