mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 11:12:44 +01:00
docs: Bug fix: GOHOME -> GOPATH
This commit is contained in:
parent
993cdcc442
commit
e8f7b8b0fe
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user