From 3b8424eb19402f8ff5ee634e7449b72e0c9b097b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 18 Jun 2026 12:54:28 -0400 Subject: Add --micromamba-download-url to README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e06d0df..76ccf52 100644 --- a/README.md +++ b/README.md @@ -177,13 +177,14 @@ stasis mydelivery.ini ## Indexer Command Line Options -| Long Option | Short Option | Purpose | -|:-------------|:------------:|:----------------------------------------| -| --help | -h | Display this usage statement | -| --destdir | -d | Destination directory | -| --verbose | -v | Increase output verbosity | -| --unbuffered | -U | Disable line buffering | -| --web | -w | Generate HTML indexes (requires pandoc) | +| Long Option | Short Option | Purpose | +|:--------------------------|:------------:|:----------------------------------------| +| --help | -h | Display this usage statement | +| --destdir | -d | Destination directory | +| --verbose | -v | Increase output verbosity | +| --unbuffered | -U | Disable line buffering | +| --web | -w | Generate HTML indexes (requires pandoc) | +| --micromamba-download-url | n/a | Set micromamba download URL | ## Environment variables -- cgit