From 9a77c5071729306ba3eb0d377698fccd48bff926 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 20 May 2020 17:13:27 +0900 Subject: [PATCH] docs: Using jq is optional --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7aad2e13d..db65e0f01 100644 --- a/README.md +++ b/README.md @@ -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