Author: tomaz
Date: Thu Jan 9 15:45:25 2014
New Revision: 1556845
URL: http://svn.apache.org/r1556845
Log:
Update README.
Modified:
libcloud/site/trunk/README.md
Modified: libcloud/site/trunk/README.md
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/README.md?rev=1556845&r1=1556844&r2=1556845&view=diff
==============================================================================
--- libcloud/site/trunk/README.md (original)
+++ libcloud/site/trunk/README.md Thu Jan 9 15:45:25 2014
@@ -11,6 +11,7 @@ Note: Jekyll setup is based on my [blog'
* Gems: `bundler` (gem install bundler)
* jpgoptim (optional, for compressing images)
* optipng (optional, for compressing images)
+* Node.js (optional, needed for Grunt tasks)
## Installing Ruby dependencies
@@ -18,6 +19,18 @@ Note: Jekyll setup is based on my [blog'
bundle install
```
+## Installing Node.js dependencies
+
+```bash
+npm install .
+```
+
+## Linting code
+
+```bash
+grunt line
+```
+
## Running Local Development Server
```bash