From 86b47418f915a4781119083f9dcd25d91075f522 Mon Sep 17 00:00:00 2001 From: callmenick Date: Mon, 13 Apr 2015 15:44:43 +0800 Subject: [PATCH] added bower instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 79cd44c..64a0c48 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ My circular fly-out CSS navigation menu component, built with CSS3. ![Circle fly out menu](css-circle-menu-featured.png) +Install via bower: + +```bash +bower install css-circle-menu +``` + +Or you can download the source files directly. + ## Component Configuration & Compilation The component makes heavy use of Sass, and also some Compass math helper functions. Sass is compiled via Gulp, and using Sass makes the component easily configurable. The menu items fly out along a quarter-circle with a given spread radius, so basic trigonometry and polar-to-cartesian math make calculating positions much easier, hence the use of Compass helpers. The general workflow for the compilation of the CSS is this: