aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-03-06 08:46:53 -0500
committerRuss Cox <rsc@golang.org>2017-03-06 13:51:07 +0000
commitc9e809dc6ee25498dafae464f0b21bfe7ad1c7ac (patch)
tree8242335c4df709808bcf92e9cef78029ef4afbb8 /README
parent78d72d5b54f7f041e0fd26e5fdf07d545d00bec0 (diff)
blog: update README
Change-Id: Id9a469d475a3e429418135b11bc7e7c7063224a5 Reviewed-on: https://go-review.googlesource.com/37722 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 0ba461f..17bc1c9 100644
--- a/README
+++ b/README
@@ -1,3 +1,10 @@
This repository holds the Go Blog server code and content.
To submit changes to this repository, see http://golang.org/doc/contribute.html.
+
+To run the blog server locally:
+
+ go build -o blog.exe ./blog
+ ./blog.exe
+
+and then visit http://localhost:8080/.