Fix gjbt import path

This commit is contained in:
Hajime Hoshi 2018-07-18 11:01:48 +09:00
parent c98ec30c10
commit 2971fbb9ad

View File

@ -23,7 +23,7 @@ install:
- go get github.com/gopherjs/gopherjs - go get github.com/gopherjs/gopherjs
- go get github.com/gopherjs/gopherwasm/js - go get github.com/gopherjs/gopherwasm/js
- go get -tags example github.com/hajimehoshi/ebiten/examples/... - go get -tags example github.com/hajimehoshi/ebiten/examples/...
- go get myitcv.io/gjbt - go get myitcv.io/cmd/gjbt
- mkdir /tmp/google-chrome-bin - mkdir /tmp/google-chrome-bin
- ln -s /usr/bin/google-chrome-stable /tmp/google-chrome-bin/google-chrome - ln -s /usr/bin/google-chrome-stable /tmp/google-chrome-bin/google-chrome
- export PATH=/tmp/google-chrome-bin:$PATH - export PATH=/tmp/google-chrome-bin:$PATH