From 4b2e015730a51f9ce7b38b289d3012daaa7f7cb7 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Tue, 12 Apr 2016 15:29:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d718d80..7499a47 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Simple Go file server for command line development use, a la Python's SimpleHTTP ### Run the Server -By default, serves the current working directory on port 8000. +By default, serves the current working directory on port 8000. If `$GOPATH/bin` is on your `PATH`, you can run it anywhere. $ serve