commit f3d484ed4122668649ff75edc65a6e27967887ca parent 8fd0046b764472c2d0dd060074c907f70c5c7065 Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Sun, 9 Aug 2015 23:28:18 +0200 Documentation update (dependencies) Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -13,9 +13,9 @@ Weather data comes from the `OpenWeatherMap` free weather API. AnsiWeather requires the following dependencies : -- A command to fetch HTTP data such as [cURL](http://curl.haxx.se) or [wget](https://www.gnu.org/software/wget/) +- A command to fetch HTTP data such as FTP, [cURL](http://curl.haxx.se) or [wget](https://www.gnu.org/software/wget/) - [jq](http://stedolan.github.io/jq/) (lightweight and flexible command-line JSON processor) -- [bc](https://www.gnu.org/software/bc/) (arbitrary precision numeric processing language) +- [bc](https://www.gnu.org/software/bc/) (arbitrary precision numeric processing language), for doing float arithmetic