mirror of
https://github.com/sigmasternchen/grimoire
synced 2025-03-15 08:08:55 +00:00
fix: Rename package
This commit is contained in:
parent
7156638cbc
commit
01059c05b6
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
```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
|
||||
|
|
Loading…
Reference in a new issue