From 1188af38de1dabe20e1ad0c1e69c359a751bed6d Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Mon, 8 Feb 2016 23:24:57 -0800 Subject: [PATCH] update readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16980fa..9b82961 100644 --- a/README.md +++ b/README.md @@ -15,20 +15,23 @@ ![](screenshot.jpg) -Note: This is alpha quality! Tested only on OSX. - -:point_right: You have to set the background color of your desktop to black manually. +[Himawari 8](himawari8.nict.go.jp) is a geostationary weather satellite deployed by the Japan Meteorological Agency. It takes cool pictures of the whole earth all day long! Wow! ## Install Warning: requires :zap: **magick** :zap: +* [imagemagick](http://www.imagemagick.org/script/index.php) +* [graphicsmagick](http://www.graphicsmagick.org) + ``` brew install imagemagick brew install graphicsmagick npm install himawari-bg ``` +Note: This is alpha quality! Tested only on OSX. + ## Usage ```js @@ -67,6 +70,8 @@ bg({ }) ``` +:point_right: You have to set the background color of your desktop to black manually if you want it to look as cool as possible. + ### Command Line Interface There is also a command-line interface available if you install with the `-g` option.