We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779544d commit b8fe81dCopy full SHA for b8fe81d
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/README.md
@@ -29,6 +29,10 @@ PLATFORM=all task build
29
30
You can also specify a single platform of either `linux/arm64` or `linux/amd64`
31
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
36
## Troubleshooting
37
38
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