Skip to content

Commit

Permalink
chore(docs): install
Browse files Browse the repository at this point in the history
update code snippets
  • Loading branch information
sundowndev authored Dec 26, 2019
1 parent 50bb328 commit 968e915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd PhoneInfoga/
You can also download the source code archive :

```shell
curl -sSL $(curl -s https://api.github.com/repos/sundowndev/phoneinfoga/releases/latest | grep tarball_url | cut -d '"' -f 4) -o PhoneInfoga.tar.gz
curl $(curl -s https://api.github.com/repos/sundowndev/phoneinfoga/releases/latest | grep tarball_url | cut -d '"' -f 4) -o PhoneInfoga.tar.gz
tar -xvzf PhoneInfoga.tar.gz
cd sundowndev*
```
Expand Down 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 -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
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
```

##### Extract the file
Expand Down

0 comments on commit 968e915

Please sign in to comment.