Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 281 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 281 Bytes

Contributing

  1. Ensure the correct version of Golang is installed. The version can be found in ./go.mod.
  2. Install the dependencies with go install.
  3. Compile the code with go build.
  4. Print the help text with ranger --help.
  5. Run the tests with go test -v ./....