Skip to content

Commit

Permalink
do not need jq installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupya committed Jan 22, 2019
1 parent 0f6f049 commit dd6c877
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Expand Up @@ -9,26 +9,7 @@ All data is from [icanhazdadjoke](https://icanhazdadjoke.com/api).

## Installation

First, install jq which is a command line json parser using this command:

### Mac
```
brew install jq
```

### Windows
```
chocolatey install jq
```

### Linux
```
sudo apt-get install jq
```

Find more information about installing jq [here](https://stedolan.github.io/jq/download/).

Second, run the following command in your terminal:
Run the following command in your terminal:

```
curl "https://raw.githubusercontent.com/Anupya/dadjoke-cli/master/dadjoke" -o /usr/local/bin/dadjoke && chmod +x /usr/local/bin/dadjoke
Expand Down

0 comments on commit dd6c877

Please sign in to comment.