docs: Bug fix: GOHOME -> GOPATH

This commit is contained in:
Hajime Hoshi 2015-01-13 11:25:23 +09:00
parent 993cdcc442
commit e8f7b8b0fe
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ pre {
:; go get github.com/gopherjs/webgl</code></pre>
<h2>Execute the example</h2>
<pre><code>:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
:; go run rotate/main.go</code></pre>
<h2>Run your game on a desktop</h2>

View File

@ -86,7 +86,7 @@ pre {
:; go get github.com/gopherjs/webgl</code></pre>
<h2>Execute the example</h2>
<pre><code>:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
:; go run rotate/main.go</code></pre>
<h2>Run your game on a desktop</h2>