commit cdd375224c662c18541db5e63790d6a7f7a19bd3 parent 381cb653f047d84bb59f1f46f439ffd6380a750d Author: Aaron Bieber <deftly@gmail.com> Date: Sat, 19 Oct 2013 09:31:45 -0600 remove hard curl dependency Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ Weather data comes from the `OpenWeatherMap` free weather API. AnsiWeather requires the following dependencies : -- cURL (used to fetch Weather data) : http://curl.haxx.se +- A command to fetch HTTP data suck as (cURL)[http://curl.haxx.se] or (wget)[https://www.gnu.org/software/wget/] - jq (lightweight and flexible command-line JSON processor) : http://stedolan.github.io/jq/ ## Usage