index
:
blog.git
Go Blog server code and content
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
README.md
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'README.md')
-rw-r--r--
README.md
4
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.