mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 19:58:54 +01:00
Fix gjbt import path
This commit is contained in:
parent
c98ec30c10
commit
2971fbb9ad
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user