From e28b7c1d35d82dca7a0aa6fdd3b53a0918d1ff48 Mon Sep 17 00:00:00 2001 From: Duncan McDougall Date: Tue, 17 Mar 2015 09:52:44 +0000 Subject: [PATCH] Added how to install with bower --- readme.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.markdown b/readme.markdown index 89b96f2..027c6f8 100644 --- a/readme.markdown +++ b/readme.markdown @@ -72,6 +72,15 @@ Add your captions as a data attribute to the anchor. e.g. ``` +Installing with Bower +------ + +If bower is your thing you can install using the following command + +```bash +bower install responsive-lightbox +``` + Contributing ------