Helper tool for stitching together livestream VOD segments and uploading them to YouTube!

update README

+2 -2
+2 -2
README.md
··· 16 ``` 17 18 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). 19 - > [!IMPORTANT] `config.toml` contains very sensitive credentials. Do not share this file with anyone. 20 21 3. Initialise a VOD directory: 22 ```sh ··· 31 $ vodular --deleteAfter /path/to/vod 32 ``` 33 34 - > [!NOTE] On first run, you will be prompted to sign in to YouTube with the channel you wish to upload to. To sign out, simply run `vodular --logout`. 35 36 ## VOD Metadata 37 When `--init`ialising a directory, a `metadata.toml` file is created. This is a
··· 16 ``` 17 18 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). 19 + **IMPORTANT:** `config.toml` contains very sensitive credentials. Do not share this file with anyone. 20 21 3. Initialise a VOD directory: 22 ```sh ··· 31 $ vodular --deleteAfter /path/to/vod 32 ``` 33 34 + **NOTE:** On first run, you will be prompted to sign in to YouTube with the channel you wish to upload to. To sign out, simply run `vodular --logout`. 35 36 ## VOD Metadata 37 When `--init`ialising a directory, a `metadata.toml` file is created. This is a