aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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/.