mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
doc: Update example commands
This commit is contained in:
parent
908d8aa9f2
commit
6f3041d969
@ -66,7 +66,7 @@
|
||||
<h3>Execute the examples</h2>
|
||||
<pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten
|
||||
:; 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>
|
||||
|
||||
|
@ -98,7 +98,7 @@
|
||||
<h3>Execute the examples</h2>
|
||||
<pre><code class="language-bash">:; go get github.com/hajimehoshi/ebiten
|
||||
:; 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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user