Destroyed Windows (markdown)

Hajime Hoshi 2019-03-23 23:31:59 +09:00
parent 12e78c90ec
commit 2e8577462d

@ -1,24 +0,0 @@
See [[installation]].
Ebiten is also tested on [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
# How to install
## Install Git
### Option 1. Git official
You can get [the official installer](https://git-scm.com/download/win). Git is required before `go get`.
Add the below values to `PATH` environment variable:
- For 32bit, `C:\Program Files\Git\bin`
- For 64bit, `C:\Program Files (x86)\Git\bin`
### Option 2. Scoop
You also can get Git via [Scoop](http://scoop.sh/).
```sh
scoop install git
```