- Install go
- Install go present -
go get golang.org/x/tools/cmd/present
- Run
present
from the command line. This might not work if$GOPATH/bin
is not in yourPATH
. In that case, you can run it with$GOPATH/bin/present
on Linux (something similar for Windows)