From 882e4f10eee4cdeea4fe1029e2dac362bc78130e Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Tue, 20 Apr 2021 00:01:33 -0500 Subject: [PATCH] docs(readme): getting started adjustments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a0071aa..b0d3317d 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ too. Run this from the directory where you want `trash` to be installed. ## Getting Started -Trash Updater requires a YML configuration file in order to work. Run the steps below if you want to -get started with minimal configuration file template. +Trash Updater requires a YAML configuration file in order to work. Run the steps below if you want +to get started with minimal configuration file template. - Run `trash create-config` to create a starter `trash.yml` file in the same directory as the - executable. You can also use `--config` to + executable. You can also use `--config` to customize the filename and location. - Open the generated YAML file from the previous step. At a minimum you must update the `base_url` and `api_key` settings for each service that you want to use. - Run `trash sonarr` and/or `trash.radarr` as needed to update those instances.