From c2f135ba7cb8847a75bb1c7947b028b5fce9360a Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Wed, 5 Aug 2020 22:49:19 +0200 Subject: [PATCH] Add dependency to bc in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fae9a..3df797d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I wrote this application mostly to get as much data about the COVID-19 outbreak #### Dependencies -This application depends on `jq` to parse the JSON output from corona.lmao.ninja. Most distributions provide this program from their repositories. +This application depends on `jq` to parse the JSON output from corona.lmao.ninja, and `bc` to run some calculations. Most distributions provide these programs from their repositories. #### Installation