Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa07c8b

Browse files
author
David Hunter
committed
Added Quick Start and Contributing to readme
1 parent 83c6204 commit fa07c8b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,29 @@ Current Version: 0.12.0 (Mar 25, 2015)
88

99
[![Build Status](https://secure.travis-ci.org/revel/revel.svg?branch=master)](http://travis-ci.org/revel/revel)
1010

11+
## Quick Start
12+
13+
Install revel framework and command line tool:
14+
15+
go get github.com/revel/revel
16+
go get github.com/revel/cmd/revel
17+
18+
Create a new app and run it:
19+
20+
revel new github.com/myaccount/my-app
21+
revel run github.com/myaccount/my-app
22+
23+
Open http://localhost:9000 in your browser and you should see "It works!"
24+
1125
## Learn More
1226

1327
[Manual, Samples, Godocs, etc](http://revel.github.com)
1428
[Revel's Roadmap](https://github.com/revel/revel/wiki/Roadmap)
1529
[Articles Featuring Revel](https://github.com/revel/revel/wiki/Articles)
1630

17-
## Join The Community
31+
## Contributing
1832

33+
* [Contributing Code Guidelines](https://github.com/revel/revel/blob/master/CONTRIBUTING.md)
1934
* [Google Groups](https://groups.google.com/forum/#!forum/revel-framework) via [[email protected]](mailto:[email protected])
2035
* [GitHub Issues](https://github.com/revel/revel/issues)
2136
* [StackOverflow Questions](http://stackoverflow.com/questions/tagged/revel)

0 commit comments

Comments
 (0)