From 6a43b3cae1c978ef797d6985327870afa03f8fbf Mon Sep 17 00:00:00 2001 From: Pete Morgan Date: Thu, 19 Mar 2015 17:09:47 +0000 Subject: [PATCH] Add Install instructions This caught me out, so editing directly --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 79e2ec8..fad58f3 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ Provides the `revel` command, used to create and run Revel apps. +- More info at http://revel.github.io/manual/tool.html + +Install +------------ +```bash +go get github.com/revel/cmd/revel +```