From 203626f7e2be42ef130ca7761436de42ec783739 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Fri, 15 Dec 2023 22:38:59 +0100 Subject: [PATCH] doc: update usage instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - replace vague instructions with specific command examples - clarify the use of `stacklist` file 🤖 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fed4a85..afbedbb 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ Alternatively, the stacklist can also be passed as a list of parameters. ## Usage -* Pass list of directory or docker-compose files as parameters to `dc-ops` or -* Ensure that your `stacklist` file is up-to-date and run the script (or create a crontab entry) +* `./dc-ops /path/to/repo /path/to/another-repo /path/with/docker-compose-dev.yml` or +* Update `stacklist` file and run `./dc-ops` (or create a crontab entry)