Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Porter <slug@qwebirc.org>2010-06-08 22:00:41 (GMT)
committer Chris Porter <slug@qwebirc.org>2010-06-08 22:00:41 (GMT)
commit4d85ed9611c9ced6ab90f6b02ff44d4c1cd21e00 (patch)
tree2be3262f3b290bb5ab37c771fa4f7a1a0813955f
parent2b2084a496b86bd46721e27b53d8900094240f2a (diff)
Seems as if some people haven't figured out how to activate debugging mode yet -> add a README.
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..77019f2
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+Installation instructions are on the website:
+http://qwebirc.org/faq
+
+If you'd like to make modifications you'd find it a LOT
+easier if you symlink:
+
+js -> static/js/debug
+css -> static/css/debug
+
+... then you can browse to http://instance/quidebug.html
+and use your favourite javascript debugger, as well as
+not having to compile each time you make a change!
+