mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-22 11:22:48 +00:00
docs: fix --skip-packs comment in tools wiki
This commit is contained in:
parent
c0e42ee4eb
commit
6f22dd7738
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Run everything in sequence:
|
|||
|
||||
```bash
|
||||
python scripts/pipeline.py --offline # DB + verify + packs + manifests + integrity + readme + site
|
||||
python scripts/pipeline.py --offline --skip-packs # DB + verify only
|
||||
python scripts/pipeline.py --offline --skip-packs # DB + verify + readme + site
|
||||
python scripts/pipeline.py --offline --skip-docs # skip readme + site generation
|
||||
python scripts/pipeline.py --offline --target switch # filter by hardware target
|
||||
python scripts/pipeline.py --offline --with-truth # include truth generation + diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue