From dce4a4d47eefb38c092a4427e50e770149d45aa8 Mon Sep 17 00:00:00 2001 From: Michel Weimerskirch Date: Sun, 6 Sep 2015 18:41:38 +0200 Subject: [PATCH] Updated readme to reflect the migration from grunt to gulp Fixes #7 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c4984a8..f02b3b9 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,6 @@ It'd also be great to experiement with GLX and WebGL to see if there is enough c To contain the desired wm/application: ` var proxy = new X11Proxy(screen, req.accept('x11-proxy', req.origin), 'xeyes');` -4. In one terminal: `grunt; grunt watch` (you can just run `grunt`) -5. In another: `npm start` +4. `gulp` +5. `npm start` 6. Open http://localhost:3000 in a decent browser (currently only Chrome is tested working)