From ab9ec98bcc1826fc212601c31aa6bff99815b742 Mon Sep 17 00:00:00 2001 From: Adon Metcalfe Date: Sat, 26 Apr 2025 10:39:13 +0800 Subject: [PATCH] Update README.md minor doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dbf5920..5c1c0803 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ This repository has four directories: The `cmdeploy/src/cmdeploy/cmdeploy.py` command line tool helps with setting up and managing the chatmail service. `cmdeploy init` creates the `chatmail.ini` config file. -`cmdeploy run` uses a [pyinfra](https://pyinfra.com/)-based [script](`cmdeploy/src/cmdeploy/__init__.py`) +`cmdeploy run` uses a [pyinfra](https://pyinfra.com/)-based [`script`](cmdeploy/src/cmdeploy/__init__.py) to automatically install or upgrade all chatmail components on a relay, according to the `chatmail.ini` config.