- Install golang
- Setup the $GOPATH using this guide. This is a special directory strucutre where golang projects are stored. For me it is under
~/go/
- Run
go get github.com/JohannesKaufmann/tictactoe
. This automatically installs it at the correct location, inside the $GOPATH - Switch to this directory by running
cd $GOPATH/github.com/JohannesKaufmann/tictactoe
- Once in this directory, run
go run main.go