fix: Rename package

This commit is contained in:
sigmasternchen 2025-01-06 21:34:14 +01:00
parent 7156638cbc
commit 01059c05b6
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ poetry install
To generate your static site, run the Grimoire command with your input YAML files. You can specify an output directory using the `-o` or `--output` flag. To generate your static site, run the Grimoire command with your input YAML files. You can specify an output directory using the `-o` or `--output` flag.
```bash ```bash
poetry run python -m grimoire -o output_directory input_file.yml poetry run python -m grimoire-ssg -o output_directory input_file.yml
``` ```
### Example YAML File ### Example YAML File