Add Install instructions

This caught me out, so editing directly
This commit is contained in:
Pete Morgan
2015-03-19 17:09:47 +00:00
parent 6ea9d159b2
commit 6a43b3cae1

View File

@@ -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
```