From c9e809dc6ee25498dafae464f0b21bfe7ad1c7ac Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 6 Mar 2017 08:46:53 -0500 Subject: blog: update README Change-Id: Id9a469d475a3e429418135b11bc7e7c7063224a5 Reviewed-on: https://go-review.googlesource.com/37722 Run-TryBot: Russ Cox Reviewed-by: Russ Cox --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') 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/. -- cgit v1.2.3