diff options
Diffstat (limited to 'examples/web_server/README.asciidoc')
-rw-r--r-- | examples/web_server/README.asciidoc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/web_server/README.asciidoc b/examples/web_server/README.asciidoc deleted file mode 100644 index 8f0eb4b..0000000 --- a/examples/web_server/README.asciidoc +++ /dev/null @@ -1,11 +0,0 @@ -= 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. |