mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Add note about other configuration formats
This commit is contained in:
parent
37c267662e
commit
ac611fae26
1 changed files with 5 additions and 0 deletions
|
@ -281,6 +281,11 @@ let request = client
|
||||||
## Contributing
|
## Contributing
|
||||||
Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the AGPLv3.
|
Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the AGPLv3.
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
### Question: I want to configure it with yaml instead of toml
|
||||||
|
Answer: That's not a question, but you can configure pict-rs with json, hjson, yaml, ini, or toml.
|
||||||
|
Writing configs in other formats is left as an exercise to the reader.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2021 Riley Trautman
|
Copyright © 2021 Riley Trautman
|
||||||
|
|
Loading…
Reference in a new issue