Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 421 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 421 Bytes

Contributing

  1. Clone this repository

    go get -d github.com/howtowhale/dvm
    cd $GOPATH/src/github.com/howtowhale/dvm
    
  2. Add your fork as a remote:

    git remote add fork git@github.com:USERNAME/dvm.git
    
  3. Build dvm:

    make
    
  4. Run tests:

    make test
    
  5. Try out your local build:

    source ./dvm.sh
    dvm --version