update readme
This commit is contained in:
parent
1ba3c1b0e4
commit
4b9d9d42b7
|
@ -1,6 +1,7 @@
|
||||||
# httphere
|
# 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
|
# Installation
|
||||||
|
@ -12,5 +13,5 @@ foo@bar:~$ go get -u gitto.work/shortcut/httphere
|
||||||
# Example usage
|
# Example usage
|
||||||
|
|
||||||
```console
|
```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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue