From fab52b525ae650f31e99670ccf86b15fa21d14b6 Mon Sep 17 00:00:00 2001
From: himbrr <himbrr@himbrr.ws>
Date: Sun, 20 Oct 2013 22:54:37 +0200
Subject: Improved the instructions

---
 pyload/web/app/unavailable.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/pyload/web/app/unavailable.html b/pyload/web/app/unavailable.html
index 6706a693c..b138286fb 100644
--- a/pyload/web/app/unavailable.html
+++ b/pyload/web/app/unavailable.html
@@ -9,10 +9,12 @@
 You are running a pyLoad version without prebuilt webUI. You can download a build from our website or deactivate the dev mode.
 If desired you can build it yourself by running:
 <ul>
-    <li>npm install</li>
-    <li>bower install</li>
-    <li>grunt build</li>
+    <li>Install <a href="http://nodejs.org/download/">nodejs</a>  for your OS. It's maybe already pre-installed. </li>
+    <li>Change to the pyload/web directory</li>
+    <i><li>npm install</li>
+    <li>bower install</li></i>
 </ul>
 
+Everytime you want to test or apply your changes, you've made on the WebUI, run <i>grunt build</i> from the web directory.
 </body>
-</html>
\ No newline at end of file
+</html>
-- 
cgit v1.2.3