diff options
author | Pavel Makhov <streetturtle@users.noreply.github.com> | 2017-02-12 20:58:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-12 20:58:50 -0500 |
commit | 622607c874812bb20ed989a9537d67c7eb80a72d (patch) | |
tree | 5652e0c3a5c174f6bfc1c8b97402be5c63a79aab | |
parent | ef00f2e517258c192efd0e43cda8ea5f44406253 (diff) |
Update README.md
-rw-r--r-- | weather-widget/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md index 8620ca5..7573cff 100644 --- a/weather-widget/README.md +++ b/weather-widget/README.md @@ -13,3 +13,5 @@ $ sudo apt-get install lua-socket - download json parser for lua: https://github.com/rxi/json.lua - get Open Weather Map app id here: https://openweathermap.org/appid + +You can read how it works in more details [here](http://pavelmakhov.com/2017/02/weather-widget-for-awesome-wm) |