Skip to content

Commit

Permalink
Fix revel#203
Browse files Browse the repository at this point in the history
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"`
  • Loading branch information
rolfedh authored May 18, 2021
1 parent adc6f8d commit 25fa511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutorial/createapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ layout: tutorial

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

0 comments on commit 25fa511

Please sign in to comment.