diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ manually git clone the repository to \$GOPATH/src/golang.org/x/blog. To run the blog server locally: ``` -go build && ./blog -reload +go run . -reload ``` and then visit [http://localhost:8080/](http://localhost:8080) in your browser. |