Files
revel-cmd/README.md
Pete Morgan 6a43b3cae1 Add Install instructions
This caught me out, so editing directly
2015-03-19 17:09:47 +00:00

12 lines
217 B
Markdown

# Revel command line tools
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
```