diff --git a/Installation.md b/Installation.md index 545cb4b..3fa239a 100644 --- a/Installation.md +++ b/Installation.md @@ -1,7 +1,7 @@ Let's get the Ebiten source code and compile it. ```sh -go get github.com/hajimehoshi/ebiten/... +go get github.com/hajimehoshi/ebiten ``` If you want to run your game on a web browser, execute this: @@ -9,4 +9,10 @@ If you want to run your game on a web browser, execute this: ```sh go get github.com/gopherjs/gopherjs go get github.com/gopherjs/webgl +``` + +If you want to recompile every time when you run your game, you can install them. + +```sh +go install github.com/hajimehoshi/ebiten ``` \ No newline at end of file