Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
docs: add --no-save flag to README
Browse files Browse the repository at this point in the history
This prevents us from hard-coding the Selenium Webdriver version, making it more flexible
  • Loading branch information
Marcy Sutton committed Sep 18, 2017
1 parent c5142e3 commit 95a2ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you

> Download and install any necessary browser drivers on your machine's PATH. [More on Webdriver setup](https://seleniumhq.github.io/docs/wd.html).
Install Selenium Webdriver: `npm install selenium-webdriver`
Install Selenium Webdriver: `npm install selenium-webdriver --no-save`

Install axe-webdriverjs and its dependencies: `npm install axe-webdriverjs`

Expand Down

0 comments on commit 95a2ca1

Please sign in to comment.