aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3305877..363f6db 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ manually git clone the repository to $GOPATH/src/golang.org/x/blog.
To run the blog server locally:
-```sh
-dev_appserver.py app.yaml
+```
+go build && ./blog -reload
```
and then visit [http://localhost:8080/](http://localhost:8080) in your browser.