diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index efaa6d929..4965c1228 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -64,7 +64,7 @@
The Gopher photographs by Chris Nokleberg are licensed under the Creative Commons 3.0 Attributions License.
:; go get github.com/hajimehoshi/ebiten
+ :; 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.
diff --git a/docs/index.html b/docs/index.html
index a558bd001..ef9438a0e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -96,7 +96,7 @@
The Gopher photographs by Chris Nokleberg are licensed under the Creative Commons 3.0 Attributions License.
Execute the examples
- :; go get github.com/hajimehoshi/ebiten
+ :; 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.