Skip to content

Commit

Permalink
chore(docs): install instructions for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored Jan 3, 2020
1 parent 27a38a8 commit fefe950
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,20 @@ rm geckodriver-*.tar.gz
- `which firefox` should return something like `/usr/bin/firefox`
- `which geckodriver` should return something like `/usr/bin/geckodriver`

#### Windows or MacOS
#### MacOS

You can use brew to install the geckodriver

```
brew install geckodriver
```

It should then be installed at `/usr/local/bin/geckodriver`.

#### Windows

!!! note
This tool is not tested under any version of Windows. Consider using an *nix operating system.

- Go to the [geckodriver releases page](https://github.com/mozilla/geckodriver/releases). Find the latest version of the driver for your platform and download it.
- Extract the archive
Expand Down

0 comments on commit fefe950

Please sign in to comment.