mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-28 19:52:43 +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>
|
:; go get github.com/gopherjs/webgl</code></pre>
|
||||||
|
|
||||||
<h2>Execute the example</h2>
|
<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>
|
:; go run rotate/main.go</code></pre>
|
||||||
|
|
||||||
<h2>Run your game on a desktop</h2>
|
<h2>Run your game on a desktop</h2>
|
||||||
|
@ -86,7 +86,7 @@ pre {
|
|||||||
:; go get github.com/gopherjs/webgl</code></pre>
|
:; go get github.com/gopherjs/webgl</code></pre>
|
||||||
|
|
||||||
<h2>Execute the example</h2>
|
<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>
|
:; go run rotate/main.go</code></pre>
|
||||||
|
|
||||||
<h2>Run your game on a desktop</h2>
|
<h2>Run your game on a desktop</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user