From b52306054d3f0aef4b32d7b13e61a17bfdd6517c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 10 Aug 2020 23:48:10 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1207039e..c263932e 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,10 @@ All the archived links are stored by date bookmarked in `./archive/`, ```bash echo 'http://example.com' | archivebox add -archivebox add ~/Downloads/firefox_bookmarks_export.html --depth=1 -archivebox add https://example.com/some/rss/feed.xml --depth=1 +archivebox add 'https://example.com/some/page' +archivebox add < ~/Downloads/firefox_bookmarks_export.html +archivebox add --depth=1 'https://example.com/some/rss/feed.xml' +archivebox add --depth=1 'https://news.ycombinator.com#2020-12-12' ``` - Browser history or bookmarks exports (Chrome, Firefox, Safari, IE, Opera, and more)