mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
docs: Update about -tags=example
This commit is contained in:
parent
6f3041d969
commit
e24415d90b
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user