aboutsummaryrefslogtreecommitdiffstats
path: root/examples/web_server/README.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web_server/README.asciidoc')
-rw-r--r--examples/web_server/README.asciidoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/web_server/README.asciidoc b/examples/web_server/README.asciidoc
new file mode 100644
index 0000000..8f0eb4b
--- /dev/null
+++ b/examples/web_server/README.asciidoc
@@ -0,0 +1,11 @@
+= Directory indexing example
+
+To try this example, you need GNU `make` and `git` in your PATH.
+
+To build and run the example, use the following command:
+
+[source,bash]
+$ make run
+
+Then point your browser to http://localhost:8080
+to browse the contents of the `priv` directory.