From eb59cbb3f40150a76a30864c43197345dc0c2800 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Tue, 20 Apr 2021 19:59:39 -0500 Subject: [PATCH] docs(readme): Incorrect option for create-config I said `--config` instead of `--path`. Oops. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a37963e..6cb90062 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ too. Run this from the directory where you want `trash` to be installed. ## Getting Started 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. +to get started with a minimal configuration file. - Run `trash create-config` to create a starter `trash.yml` file in the same directory as the - executable. You can also use `--config` to customize the filename and location. + executable. You can also use `--path` 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.