etc: Add environment option to run init.d/ashd silently.
[ashd.git] / examples / README
index b29ef70..e20543b 100644 (file)
@@ -2,11 +2,12 @@ This directory contains some examples of more or less simple ashd
 configurations. Each sub-directory contains a self-contained example
 with a shell script called `run'. Simply run that script to start the
 example, and examine it to see how it was made. All of them will start
-an non-SSL HTTP server on port 8080.
+a non-SSL HTTP server on port 8080.
 
-Note that ashd must be installed on the system to be able to run the
-examples, including the default configuration files.
+Note that ashd, including the default configuration files, must be
+installed on the system to be able to run the examples. See the
+INSTALL file for details thereof.
 
 The `python' sub-directory contains examples for using the Python
-module. To run then, the Python module has to be installed and
+module. To run them, the Python module has to be installed and
 accessible as well.