diff --git a/Windows.md b/Windows.md deleted file mode 100644 index 5d5d4de..0000000 --- a/Windows.md +++ /dev/null @@ -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 -```