Update 'README.md'

This commit is contained in:
Jeffrey Paul 2021-01-18 23:42:58 +00:00
parent a2079dbec3
commit 82a038753f
1 changed files with 2 additions and 0 deletions

View File

@ -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