Merge pull request #26 from revel/pedromorgan-patch-1

Add Install instructions - merged for now.. windows instruction to follow
This commit is contained in:
Pete Morgan
2015-03-23 23:59:51 +00:00

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