From fe53085bbad090d3956927fa50ec9a15aa861cda Mon Sep 17 00:00:00 2001 From: Josh Grebe Date: Fri, 21 Apr 2023 12:22:33 -0500 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b0ec5b..ef5b08b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # 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. - # Installation ```console -foo@bar:~$ go get -u gitto.work/shortcut/httphere -``` +foo@bar:~$ go install git.teamworkapps.com/shortcut/httphere@latest +``` # Example usage