From aaadff547ddc544075c59482b3e0a21f31fed85d Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 21 May 2026 21:22:09 +0200 Subject: [PATCH] Updated documentation --- docs/manual/_sources/git.rst.txt | 2 +- docs/manual/git.html | 2 +- docs/markdown/git.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/_sources/git.rst.txt b/docs/manual/_sources/git.rst.txt index 0fe73ca3..6d2f1a64 100644 --- a/docs/manual/_sources/git.rst.txt +++ b/docs/manual/_sources/git.rst.txt @@ -873,7 +873,7 @@ Ensure the release manifest is located in the same directory as the release arti .. code:: text - $ rngit release myapp-1.2.0.rsm --offline + $ rngit release myapp-1.2.0.rsm fetch --offline This will load the manifest, and verify all files currently on-disk, but will not attempt to fetch the latest release manifest from the origin, or update local files to match it. diff --git a/docs/manual/git.html b/docs/manual/git.html index 1643f3c1..3373db5b 100644 --- a/docs/manual/git.html +++ b/docs/manual/git.html @@ -956,7 +956,7 @@ argument to rngitThis validates that the artifact file matches the signature created during the release process. Combined with the manifest’s own signature, this provides end-to-end verification from the original release creation to the final installation.

For a complete release:

Ensure the release manifest is located in the same directory as the release artifacts, then run:

-
$ rngit release myapp-1.2.0.rsm --offline
+
$ rngit release myapp-1.2.0.rsm fetch --offline
 

This will load the manifest, and verify all files currently on-disk, but will not attempt to fetch the latest release manifest from the origin, or update local files to match it.

diff --git a/docs/markdown/git.md b/docs/markdown/git.md index fc0ba7ea..7dc15a16 100644 --- a/docs/markdown/git.md +++ b/docs/markdown/git.md @@ -816,7 +816,7 @@ This validates that the artifact file matches the signature created during the r Ensure the release manifest is located in the same directory as the release artifacts, then run: ```text -$ rngit release myapp-1.2.0.rsm --offline +$ rngit release myapp-1.2.0.rsm fetch --offline ``` This will load the manifest, and verify all files currently on-disk, but will not attempt to fetch the latest release manifest from the origin, or update local files to match it.