update-readme # re-generate README.md and commit changes
verify-clean-git # verify no uncommitted changes
```
The commands that mirror cargo commands (e.g. `just test`) are included for the purpose of convenience, so that various options (e.g. `RUSTFLAGS='-C target-cpu=native`) can be included without typing them out each time.
## Generating README.md
## Generating `README.md`
This file is generated using a template (`doc/README.tera.md`) rendered using updated outputs of the CLI menu, config sample, and other values.
This version of README.md was generated at `Thu, 08 Sep 2022 21:37:48 +0000` based on git commit `ea7545dc`.
This version of `README.md` was generated at `Thu, 08 Sep 2022 21:41:39 +0000` based on git commit `5cc25234`.
To (re-)generate the README.md file, use the justfile command:
To (re-)generate the `README.md` file, use the justfile command: