From 8a045706ced062fb83619f86a99826bf71822306 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 10 Apr 2021 04:56:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58835294..bac7dc0b 100644 --- a/README.md +++ b/README.md @@ -448,7 +448,7 @@ archivebox list --json --with-headers > index.json # export to json blob archivebox list --csv=timestamp,url,title > index.csv # export to csv spreadsheet # (if using docker-compose, add the -T flag when piping) -docker-compose run -T archivebox list --json > index.json +docker-compose run -T archivebox list --html --filter-type=search snozzberries > index.json ``` The paths in the static exports are relative, make sure to keep them next to your `./archive` folder when backing them up or viewing them.