From 12ba4585635a4d89a7d96d9d38dc13f4bd345c84 Mon Sep 17 00:00:00 2001 From: nanos Date: Wed, 5 Apr 2023 07:35:05 +0100 Subject: [PATCH] lowercase container name (#34) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b34c25c..e1b1ef1 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ If you are running FediFetcher locally, my recommendation is to run it manually FediFetcher is also available in a pre-packaged container, [FediFetcher](https://github.com/nanos/FediFetcher/pkgs/container/fedifetcher) - Thank you [@nikdoof](https://github.com/nikdoof). -1. Pull the container from `ghcr.io`, using Docker or your container tool of choice: `docker pull ghcr.io/nanos/FediFetcher:latest` -2. Run the container, passing the command line arguments like running the script directly: `docker run -it ghcr.io/nanos/FediFetcher:latest --access-token= --server=` +1. Pull the container from `ghcr.io`, using Docker or your container tool of choice: `docker pull ghcr.io/nanos/fedifetcher:latest` +2. Run the container, passing the command line arguments like running the script directly: `docker run -it ghcr.io/nanos/fedifetcher:latest --access-token= --server=` The same rules for running this as a cron job apply to running the container: don't overlap any executions.