Update README
This commit is contained in:
parent
c9a0ba672e
commit
fe53085bba
|
@ -1,14 +1,13 @@
|
||||||
# httphere
|
# httphere
|
||||||
|
|
||||||
Simple web server to make a directory available via http. Uses [enhancedfileserver](https://gitto.work/shortcut/enhancedfileserver) for a more featureful
|
Simple web server to make a directory available via http. Uses [enhancedfileserver](https://git.teamworkapps.com/shortcut/enhancedfileserver) for a more featureful
|
||||||
listing and optionally includes authentication, simple request logging, and directory index generation.
|
listing and optionally includes authentication, simple request logging, and directory index generation.
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
```console
|
```console
|
||||||
foo@bar:~$ go get -u gitto.work/shortcut/httphere
|
foo@bar:~$ go install git.teamworkapps.com/shortcut/httphere@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
# Example usage
|
# Example usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue