ratequeue: Log request blocking.
[ashd.git] / README
diff --git a/README b/README
index 9997fff..57c4df9 100644 (file)
--- a/README
+++ b/README
@@ -37,6 +37,11 @@ following might be said to stand out:
    request handlers to extend  the server's functionality; and one can
    do that even without needing root privileges on the system.
 
+                          Getting Started
+
+To  get  Ashd  installed   and  running  quickly,  please  follow  the
+instructions in the `INSTALL' file.
+
                        Architecture Overview
 
 Though the  server as  a whole  is called `Ashd',  there is  no actual
@@ -67,7 +72,7 @@ so please see those for further details.
    listens to TCP connections and speaks HTTP with the clients.
 
  * dirplex  -- dirplex  is the  program  used for  serving files  from
-   actual directories, in a manner  akin to how most other HTTP server
+   actual directories, in a manner akin to how most other HTTP servers
    work. In order to do that, dirplex maps URLs into existing physical
    files, and then performs  various kinds of pattern-matching against
    the names of those physical  files to determine the handler to call