doc: Add Windows install instruction

This commit is contained in:
Hajime Hoshi 2016-02-28 14:10:41 +09:00
parent dc28b658ee
commit 98ca8ec98e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ pre {
{{end}}
</p>
<h2>Install on Mac OS X</h2>
<h2>Install on Mac OS X or Windows</h2>
<pre><code>:; go get github.com/hajimehoshi/ebiten</code></pre>
<p>If you want to run your game on a web browser, execute this:</p>
<pre><code>:; go get github.com/gopherjs/gopherjs

View File

@ -88,7 +88,7 @@ pre {
</p>
<h2>Install on Mac OS X</h2>
<h2>Install on Mac OS X or Windows</h2>
<pre><code>:; go get github.com/hajimehoshi/ebiten</code></pre>
<p>If you want to run your game on a web browser, execute this:</p>
<pre><code>:; go get github.com/gopherjs/gopherjs