docs: Update about -tags=example

This commit is contained in:
Hajime Hoshi 2016-10-16 01:14:22 +09:00
parent 6f3041d969
commit e24415d90b
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@
<pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run -tags=example rotate/main.go</code></pre>
<p>Note that you need to add <code>-tags=example</code> to run examples.</p>
<h2 id="getting-started">Getting Started</h2>

View File

@ -99,6 +99,7 @@
<pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run -tags=example rotate/main.go</code></pre>
<p>Note that you need to add <code>-tags=example</code> to run examples.</p>
<h2 id="getting-started">Getting Started</h2>