Skip to content

Commit

Permalink
Adding 'task' instructions to CONTRIBUTING.md (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Lopez <marc@ProBox>
Co-authored-by: JonZeolla <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2023
1 parent a199603 commit 2423d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ the existing features.

To get started with contributing to this project, you first want to ensure that you can build and test the project locally.

First, ensure you have `docker`, `git`, `pipenv`, and `python3` installed locally, and the `docker` daemon is running. Then run `task init` to initialize the
repository.
First, ensure you have the `task` binary available in your `PATH`. To download `task`, [click here](https://taskfile.dev/).
You'll also need `docker`, `git`, `pipenv`, and `python3` installed locally, and have the `docker` daemon running. Then run `task init` to initialize the repository.

If you'd like to [run the test suite](#running-the-tests), you will also need `grype` downloaded and in your `PATH`.

Expand Down

0 comments on commit 2423d86

Please sign in to comment.