mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +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
|
<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 -tags=example rotate/main.go</code></pre>
|
:; 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>
|
<h2 id="getting-started">Getting Started</h2>
|
||||||
|
|
||||||
|
@ -99,6 +99,7 @@
|
|||||||
<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 -tags=example rotate/main.go</code></pre>
|
:; 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>
|
<h2 id="getting-started">Getting Started</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user