aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index d22821b..3305877 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,12 @@ manually git clone the repository to $GOPATH/src/golang.org/x/blog.
To run the blog server locally:
- go build -o blog.exe ./blog
- ./blog.exe
+```sh
+dev_appserver.py app.yaml
+```
and then visit [http://localhost:8080/](http://localhost:8080) in your browser.
-Note that blog.exe caches all content and you must kill it (Ctrl-C on Unix
-systems) and restart it after editing any files to view changes.
-
## Contributing
Articles on the blog should have broad interest to the Go community, and