Add a more useful readme
This commit is contained in:
parent
42ddb1b77d
commit
015d185109
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
|||
# httphere
|
||||
|
||||
Simple web server to make a directory available via http. Uses 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.
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
```console
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue