doc: Update example commands

This commit is contained in:
Hajime Hoshi 2016-10-16 01:06:31 +09:00
parent 908d8aa9f2
commit 6f3041d969
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
<h3>Execute the examples</h2> <h3>Execute the examples</h2>
<pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten <pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples :; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run rotate/main.go</code></pre> :; go run -tags=example rotate/main.go</code></pre>
<h2 id="getting-started">Getting Started</h2> <h2 id="getting-started">Getting Started</h2>

View File

@ -98,7 +98,7 @@
<h3>Execute the examples</h2> <h3>Execute the examples</h2>
<pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten <pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples :; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run rotate/main.go</code></pre> :; go run -tags=example rotate/main.go</code></pre>
<h2 id="getting-started">Getting Started</h2> <h2 id="getting-started">Getting Started</h2>