From 93fe3b34b04c64a1ed61b431b62b9a628d9f2e5f Mon Sep 17 00:00:00 2001 From: Marcos <98694620+marcos-devarts@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:01:56 +0200 Subject: [PATCH] Added a link to the list of available options and env parameters It's the easiest way to find them, when you don't have webspicy installed you don't remember how to run it with `-h`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fbd1c5..26e9b3a 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Then execute webspicy help to see the options. ``` webspicy --help ``` +Alternatively, you can see the available options [here](./bin/webspicy). ## Using the docker image(s)