We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd7038 commit f2666d2Copy full SHA for f2666d2
_data/version.yaml
@@ -1,3 +1,3 @@
1
-revel: 0.13.0-dev
+revel: 0.13.0
2
golang: 1.4+
3
-date: TBD
+date: 2016-06-05
index.html
@@ -161,7 +161,8 @@ <h1 style="font-size: 15pt; margin-left: 12px;">Quick Start</h1>
161
go get github.com/revel/cmd/revel
162
163
# get samples and run chat app
164
-go get -d github.com/revel/samples
+git clone https://github.com/revel/samples.git \
165
+$GOPATH/src/github.com/revel/samples
166
167
# Run revel application
168
revel run github.com/revel/samples/chat
0 commit comments