aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-09 16:15:23 +0200
committerVictor Häggqvist <[email protected]>2014-06-09 16:15:23 +0200
commit411adde03dce1da3d60eb6634fe0cf761f0dff93 (patch)
tree7908383aa9a1c82d416e359d8f95eb649f6ce7e6 /README.md
parent05c23edfc0105ad539f1c3efdf18880d2ecb8b76 (diff)
stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20b2cdf..ce81b24 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,15 @@ Image Lightbox
==============
Image lightbox was originly created by [Osvaldas Valutis](http://osvaldas.info/image-lightbox-responsive-touch-friendly), though it was only accesible through his site. I put it here to make it more maintainable.
-#Install
+#How to get it
ATM, `git clone` the repo or download the zip.
+#How to build
+Image Lightbox is buildt using the Grunt toolchain. The CSS is build using SASS and Compass, which means you need Ruby, the SASS and Compass gems to make it.
+
+Note: Remenber that you ATM need a alpha build of Compass to make it work with Grunt (`gem install compass --pre`).
+
+If you have Node just do a `npm install` then `grunt` and you will have a new build in the `dist/` directory.
+
#License
MIT