From fcee72bf29439158bbf85e065394e31c38354488 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Apr 2022 17:01:25 -0400 Subject: [PATCH] Updated Upgrading or Merging Archives (markdown) --- Upgrading-or-Merging-Archives.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Upgrading-or-Merging-Archives.md b/Upgrading-or-Merging-Archives.md index f45539b..8f7ee62 100644 --- a/Upgrading-or-Merging-Archives.md +++ b/Upgrading-or-Merging-Archives.md @@ -118,7 +118,9 @@ Two or more existing ArchiveBox collection dirs can be merged together by simply ```bash cd /path/to/archivebox_new archivebox status - archivebox update --index-only # optionally update the snapshot index.{json,html} files + + # optionally update the snapshot index.{json,html} files (normally done lazily) + archivebox update --index-only ``` ---