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 24f609c commit 294d8ffCopy full SHA for 294d8ff
tutorial/gettingstarted.md
@@ -36,7 +36,7 @@ Git and Mercurial are required to allow `go get` to clone various dependencies.
36
37
To get the Revel framework, run
38
39
- go get github.com/revel/revel
+ go install github.com/revel/cmd/revel@latest
40
41
This command does a couple of things:
42
0 commit comments