Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1018 Bytes

setup.md

File metadata and controls

25 lines (19 loc) · 1018 Bytes

Developer machine setup

You need to have these things running on your computer. Please refer to their websites for help getting them installed.

Fork Git Town and clone your fork into a directory outside your GOPATH. Git Town uses Go modules and doesn't work properly inside the GOPATH.

Cd into the directory you just cloned and run make setup to download additional tooling and dependencies.

To make sure everything works,

  • build the tool: make build
    • now you have $GOPATH/bin/git-town compiled from your local source code
  • run the tests: make test