Skip to content

Commit b8fe81d

Browse files
authored
docs(grant): document optional setup step (#38)
1 parent 779544d commit b8fe81d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • {{cookiecutter.project_name|replace(" ", "")}}

{{cookiecutter.project_name|replace(" ", "")}}/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ PLATFORM=all task build
2929

3030
You can also specify a single platform of either `linux/arm64` or `linux/amd64`
3131

32+
## Optional setup
33+
34+
If you'd like to be able to run `task license-check` locally, you will need to install `grant` and ensure it's in your `PATH`.
35+
3236
## Troubleshooting
3337

3438
If you're troubleshooting the results of any of the tasks, you can add `-v` to enable debug `task` logging, for instance:

0 commit comments

Comments
 (0)