Skip to content

Commit

Permalink
docs: install
Browse files Browse the repository at this point in the history
Add -sSL option to geckodriver download command in order to follow redirections and download the proper file.
  • Loading branch information
sundowndev authored Jan 7, 2020
1 parent 1b6936a commit 7672187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The Geckodriver is the Firefox webdriver for Selenium, which is used by PhoneInf
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. For example:

```shell
curl https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz -o geckodriver-v0.24.0-linux64.tar.gz
curl -sSL https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz -o geckodriver-v0.24.0-linux64.tar.gz
```

##### Extract the file
Expand Down

0 comments on commit 7672187

Please sign in to comment.