Update HACKING.md

This commit is contained in:
Mayel de Borniol 2021-05-22 16:41:05 +02:00 committed by GitHub
parent 61d195ad51
commit da0be08e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@ You can first set the env variable DOCKER to control which mode these commands w
- `WITH_DOCKER=easy` : use docker for services like the DB & compiled utilities like messctl
- `WITH_DOCKER=no` : please no
```
make help Makefile commands help **(run this to get more up-to-date commands and help information than available in this document)**
make env.exports Display the vars from dotenv files that you need to load in your environment
@ -164,7 +165,7 @@ make mix.remote~% Run a specific mix command, while ignoring a
make deps.git.fix Run a git command on each dep, to ignore chmod changes
make git.merge~% Draft-merge another branch, eg `make git-merge-with-valueflows-api` to merge branch `with-valueflows-api` into the current one
make git.conflicts Find any git conflicts in ./forks
```
## What happens when I get this error?