From b4099fc1113fcbeb071a32bdaf482f385f2b78a1 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 18 Apr 2022 14:18:01 +1000 Subject: updated docs. --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README') 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 -- cgit v1.2.3