Skip to content

Commit

Permalink
docs: Using jq is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored May 20, 2020
1 parent 187d430 commit 9a77c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ export GH_USER_ID="peaceiris"
bash ./scripts/fetch_data.sh "${GH_PAT}" "${GH_USER_ID}" | jq . > "./data/github/${GH_USER_ID}.json"
```

Using `jq` is optional.

We can show a repository card like as follows.

```md
Expand Down

0 comments on commit 9a77c50

Please sign in to comment.