diff --git a/README.md b/README.md index d08fc5a..1c55e77 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ $chmod 755 snapaid.sh $./snapaid.sh find ``` +When running with the find argument, you can provide additional terms +and/or selections as arguments. If you want to automatically download +the latest FreeBSD CURRENT snapshot vmdk that is xz compressed for the +for amd64 architecture, you run the command: +``` +sh snapaid.sh find CURRENT vmdk xz amd64 1 +``` + +Each term between `find` and `1` refines the search, and the `1` selects +the first image. The list is sorted by date, then by release, where +the latest is shown first. + Notes -----