Add dependency to bc in readme

This commit is contained in:
Michael De Roover 2020-08-05 22:49:19 +02:00
parent 0be817e929
commit c2f135ba7c
Signed by: vim
GPG Key ID: 075496E232CE04CB
1 changed files with 1 additions and 1 deletions

View File

@ -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