Browse Source

re-generate docs

master
Jonathan Strong 2 years ago
parent
commit
2f5828599d
  1. 7
      README.md
  2. 1
      doc/just-commands.txt

7
README.md

@ -102,19 +102,20 @@ Available recipes:
release-build +args='' # cargo build --release wrapper - builds registry-backup in release mode
release-prep
test +args='' # cargo test wrapper
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:
```console
$ just generate-readme

1
doc/just-commands.txt

@ -9,4 +9,5 @@ Available recipes:
release-build +args='' # cargo build --release wrapper - builds registry-backup in release mode
release-prep
test +args='' # cargo test wrapper
update-readme # re-generate README.md and commit changes
verify-clean-git # verify no uncommitted changes

Loading…
Cancel
Save