From e8f7b8b0fe45f6133a34586377aee3b8945ec02d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 13 Jan 2015 11:25:23 +0900 Subject: [PATCH] docs: Bug fix: GOHOME -> GOPATH --- _docs/index.tmpl.html | 2 +- _docs/public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index ccf51379d..1dd5a54aa 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -60,7 +60,7 @@ pre { :; go get github.com/gopherjs/webgl

Execute the example

-
:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
+
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
 :; go run rotate/main.go

Run your game on a desktop

diff --git a/_docs/public/index.html b/_docs/public/index.html index b49714170..66ead0e78 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -86,7 +86,7 @@ pre { :; go get github.com/gopherjs/webgl

Execute the example

-
:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
+
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
 :; go run rotate/main.go

Run your game on a desktop