diff options
| author | Yuchen Pei <hi@ypei.me> | 2022-04-18 14:18:01 +1000 | 
|---|---|---|
| committer | Yuchen Pei <hi@ypei.me> | 2022-04-18 14:20:48 +1000 | 
| commit | b4099fc1113fcbeb071a32bdaf482f385f2b78a1 (patch) | |
| tree | 68cc33dd4b79810d0f61f3004dbb71552be35305 /README | |
| parent | 34bcc1a5c2750b6f6fa9d9b971ac8aff796ddd1c (diff) | |
updated docs.
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 | 
