aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e98ea0d..fcacf6d 100644
--- a/README.md
+++ b/README.md
@@ -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.