aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-16 20:30:09 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-16 20:30:09 -0400
commit8998a4d0f47cc4e9abc1fe3f063b5fa6e281b126 (patch)
treed10641f3f34daf36575d5a314f4c75140f736395
parentAdd readme. (diff)
downloadServerExecute-8998a4d0f47cc4e9abc1fe3f063b5fa6e281b126.tar.xz
ServerExecute-8998a4d0f47cc4e9abc1fe3f063b5fa6e281b126.zip
Dashes instead of pounds.
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index dd638e0..e24324c 100644
--- a/README
+++ b/README
@@ -22,17 +22,17 @@ did not rely on AJAX in the first place. This is designed
as a simple alternative to using more cumbersome projects
like HtmlUnit that rely on Java.
-##### Requirements #####
+---- Requirements ----
* Qt, from http://qt.nokia.com
* Xvfb, if running an unpatched Qt on a headless server
-##### Compilation #####
+---- Compilation ----
$ qmake
$ make
$ ./ServerExecute http://zx2c4.com
...
-##### Notes on Headless #####
+---- Notes on Headless ----
QtWebKit requires an X server. You can patch this using
various patches available on the Internet, or you can use
a simple in-memory X server buffer called Xvfb. See the