Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peteward44 committed May 17, 2023
1 parent 25f4b46 commit 3a162ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ atlasbuilder --meta-template xml my_image.png my_other_image.png

## Using a custom meta data template

Templates are stored in the "templates" folder where atlasbuilder is installed. You can add your own file here and specify the name using the ```--meta-template``` argument. You can examine the existing templates to understand how it works.
You can specify a filename ```--meta-template``` argument to use your own custom template. For examples of valid templates, see the "templates" folder in the atlasbuilder installation folder.
The templates are defined using the Rust crate [Tera](https://tera.netlify.app/docs#templates)

```
atlasbuilder --meta-template "/home/jeff/my-custom-template.xml" my_image.png my_other_image.png
```

## --help output

```
Expand Down

0 comments on commit 3a162ce

Please sign in to comment.