From e24415d90b1db4c396031e428092cd1f76b7f027 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 16 Oct 2016 01:14:22 +0900 Subject: [PATCH] docs: Update about -tags=example --- _docs/index.tmpl.html | 1 + docs/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 56380a1d2..efaa6d929 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -67,6 +67,7 @@
:; go get github.com/hajimehoshi/ebiten
 :; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
 :; go run -tags=example rotate/main.go
+

Note that you need to add -tags=example to run examples.

Getting Started

diff --git a/docs/index.html b/docs/index.html index 7513cbe4e..a558bd001 100644 --- a/docs/index.html +++ b/docs/index.html @@ -99,6 +99,7 @@
:; go get github.com/hajimehoshi/ebiten
 :; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
 :; go run -tags=example rotate/main.go
+

Note that you need to add -tags=example to run examples.

Getting Started