From a3b7dcca89ed302d2cceebe76542d6386d69745a Mon Sep 17 00:00:00 2001 From: Caleb Vorderbruggen Date: Mon, 18 Apr 2022 18:25:11 -0400 Subject: [PATCH] updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5760dd9..35a02e9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Provides simple HTTP file server; Its so simple to do with golang; looks like no ## Installation -```golang +```shell go install git.thirdage.dev/night/handler@latest ``` @@ -13,7 +13,7 @@ go install git.thirdage.dev/night/handler@latest Calling without any arguments defaults to serving `./` at `0.0.0.0:8080` -```golang +```shell ./handler ``` @@ -23,6 +23,6 @@ Calling without any arguments defaults to serving `./` at `0.0.0.0:8080` - `p` sets port - `d` sets directory to serve -```golang +```shell ./handler -a 127.0.0.1 -p 3000 -d ./foo/bar ``` \ No newline at end of file