update README
This commit is contained in:
parent
ce836b2d46
commit
e2e170faad
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ New config file created (config.toml). Please edit this file before running agai
|
||||||
```
|
```
|
||||||
|
|
||||||
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).
|
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).
|
||||||
> [!IMPORTANT] `config.toml` contains very sensitive credentials. Do not share this file with anyone.
|
**IMPORTANT:** `config.toml` contains very sensitive credentials. Do not share this file with anyone.
|
||||||
|
|
||||||
3. Initialise a VOD directory:
|
3. Initialise a VOD directory:
|
||||||
```sh
|
```sh
|
||||||
|
|
@ -31,7 +31,7 @@ Directory successfully initialised. Be sure to update metadata.toml before uploa
|
||||||
$ vodular --deleteAfter /path/to/vod
|
$ vodular --deleteAfter /path/to/vod
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!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`.
|
**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`.
|
||||||
|
|
||||||
## VOD Metadata
|
## VOD Metadata
|
||||||
When `--init`ialising a directory, a `metadata.toml` file is created. This is a
|
When `--init`ialising a directory, a `metadata.toml` file is created. This is a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue