diff options
author | Russ Cox <rsc@golang.org> | 2017-03-06 08:46:53 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2017-03-06 13:51:07 +0000 |
commit | c9e809dc6ee25498dafae464f0b21bfe7ad1c7ac (patch) | |
tree | 8242335c4df709808bcf92e9cef78029ef4afbb8 /README | |
parent | 78d72d5b54f7f041e0fd26e5fdf07d545d00bec0 (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-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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/. |