aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-04-18 14:18:01 +1000
committerYuchen Pei <hi@ypei.me>2022-04-18 14:20:48 +1000
commitb4099fc1113fcbeb071a32bdaf482f385f2b78a1 (patch)
tree68cc33dd4b79810d0f61f3004dbb71552be35305 /README
parent34bcc1a5c2750b6f6fa9d9b971ac8aff796ddd1c (diff)
updated docs.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index d896997..9d5028c 100644
--- a/README
+++ b/README
@@ -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