Skip to content

Commit 25fa511

Browse files
authored
Fix revel#203
The first command in this tutorial sets the GOPATH to a different value than the one given in https://revel.github.io/tutorial/gettingstarted.html#set_up_your_gopath. This might confuse users and seems like an unnecessary duplication. Would it make sense to remove the following line? `$ export GOPATH="/home/me/gostuff"`
1 parent adc6f8d commit 25fa511

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorial/createapp.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ layout: tutorial
55

66
Use the [`revel`](/manual/tool.html#mew) command line tool to create a new application in your GOPATH and run it:
77
```commandline
8-
9-
$ export GOPATH="/home/me/gostuff"
108
$ cd $GOPATH
119
$ revel new -a myapp
1210
Revel executing: create a skeleton Revel application

0 commit comments

Comments
 (0)