From 82a038753ff5a0f1c538d2f418d1e4638c25d4ab Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 18 Jan 2021 23:42:58 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 428e61f..f9bc579 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ The manifest file would do several important things: * recurses under current directory and writes out an `index.mf` * `mfer check` / `mfer check .` * verifies checksums of all files in manifest, displaying error and exiting nonzero if any files are missing or corrupted +* `mfer fetch https://example.com/stuff/` + * fetches `/stuff/index.mf` and downloads all files listed in manifest, optionally resuming any that already exist locally, and assures cryptographic integrity of downloaded files. # Implementation Plan