From 8de471c93920140fa1b0f44e2770e520c6d21e87 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 5 Mar 2019 00:00:30 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Windows.md b/Windows.md index 7f9e2d7..5d5d4de 100644 --- a/Windows.md +++ b/Windows.md @@ -22,14 +22,3 @@ You also can get Git via [Scoop](http://scoop.sh/). ```sh scoop install git ``` - -## Run examples - -To check installation finished correctly, let's execute an example. - -``` -mkdir test -go mod init example.com/m -go get github.com/hajimehoshi/ebiten -go run -tags=example github.com/hajimehoshi/ebiten/rotate/main.go -```