···1414$ vodular
1515New config file created (config.toml). Please edit this file before running again!
1616```
1717+The directory which holds your configuration file and templates varies,
1818+depending on platform:
1919+- **Linux:** `~/.config/vodular/templates`
2020+- **macOS:** `~/Library/Application Support/vodular/templates`
2121+- **Windows:** `%AppData%/vodular/templates`
17221818-2. Edit configuration file as necessary (You will need to create a [YouTube Data API v3](https://developers.google.com/youtube/v3) service and provide its credentials here).
2323+2. Edit your configuration file as necessary (You will need to create a [YouTube Data API v3](https://developers.google.com/youtube/v3) service and provide its credentials here).
1924**IMPORTANT:** `config.toml` contains very sensitive credentials. Do not share this file with anyone.
202521263. Initialise a VOD directory:
···6368```
64696570## Templates
6666-Template files can be created at `templates/title.txt`,
6767-`template/description.txt`, and `templates/tags.txt` respectively. These
6868-files can use Go's [text template format](https://pkg.go.dev/text/template) to
6969-customise VOD metadata on upload.
7171+There are three template files, `title.txt`, `description.txt`, and `tags.txt`,
7272+which can be created in `/path/to/vodular/templates`. These templates can be
7373+created and tweaked to customise your VOD metadata on upload. They are enhanced
7474+with Go's [template format](https://pkg.go.dev/text/template) to inject
7575+information provided in `metadata.toml`, and other neat functionality!
70767177You can use the following data in templates:
7278- **`.Title`:** The title of the stream.