From a0f7746b6d5171f2f97e4499f71dfa92ec62ce92 Mon Sep 17 00:00:00 2001 From: Comminutus Date: Sun, 1 Sep 2024 07:32:57 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3b580..05d72f3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ podman run -it --rm ghcr.io/comminutus/monero ``` ## Usage -Note that the container image does not set any other command line options other than `--data-dir` (see "Volumes" below). If you need to run this non-interactively, use the `--non-interactive` command line option (i.e. `podman run -d ghcr.io/comminutus/monero --non-interactive`). +Note that the container image does not set any other command line options other than `--data-dir` (see "Volumes" below). If you need to run `monerod` non-interactively, use the `--non-interactive` command line option (i.e. `podman run -d ghcr.io/comminutus/monero --non-interactive`). For a full list of command line options, consult the [Monero documentation](https://www.getmonero.org/).