Skip to content

Commit

Permalink
document make help
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Jul 12, 2022
1 parent 5662a73 commit 4decc8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ We use `docker` and `docker-compose` to perform a lot of our static analysis and

The installation instructions for these tools are [here](https://docs.docker.com/install/), under the `Docker Engine` and `Docker Compose` submenus respectively.

Development tasks are generally run through a `Makefile`. Running `make` or `make help` will list available targets.

To ensure you have all the correct packages installed locally in your dev environment, you can run

```bash
Expand Down

0 comments on commit 4decc8c

Please sign in to comment.