Skip to content

Commit

Permalink
Update README for Building instructions.
Browse files Browse the repository at this point in the history
For ./go to work the chromedriver must be on the devs PATH.
Fixes #1781

Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
johnjbarton authored and lukeis committed Mar 11, 2016
1 parent 9665dd7 commit 6427129
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ see directories carrying multiple build directive files.
For reference, crazyfun's build files are named *build.desc*,
while buck's are named simply *BUCK*.

Before building ensure that you have the
[most recent `chromedriver` ](https://sites.google.com/a/chromium.org/chromedriver/downloads)
available on your `$PATH`.

To build Selenium, in the same directory as this file:

```sh
Expand Down

0 comments on commit 6427129

Please sign in to comment.