From 4b9d9d42b70f9418a07114d40e14d257035400b9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 7 Nov 2018 16:37:21 +0000 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef93fed..3b0ec5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # httphere -Simple web server to make a directory available via http. Uses [enhancedfileserver](https://gitto.work/shortcut/enhancedfileserver) for a more featureful listing and optionally includes authentication. +Simple web server to make a directory available via http. Uses [enhancedfileserver](https://gitto.work/shortcut/enhancedfileserver) for a more featureful +listing and optionally includes authentication, simple request logging, and directory index generation. # Installation @@ -12,5 +13,5 @@ foo@bar:~$ go get -u gitto.work/shortcut/httphere # Example usage ```console -foo@bar:~$ httphere -listen 127.0.0.1 -port 8080 -username Secretname -password Secretpassword +foo@bar:~$ httphere -listen 127.0.0.1 -port 8080 -username Secretname -password Secretpassword -log ```