mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Edited readme (added gem i eventmachine) #78

Closed makevoid closed 13 years ago

makevoid commented 13 years ago

just added gem i eventmachine to the readme and removed sudo

NV commented 13 years ago

gem install livereload should install eventmachine implicitly. Livereload depends on em-websocket, em-websocket depends on eventmachine.

sudo was discussed in #40.

makevoid commented 13 years ago

you are right, sorry for that