From 45c499dc9e7f487f7c7958e1e1d7e201dca44d93 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 14 Jan 2019 18:19:30 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 81deb07d..73a7c86c 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ cd ArchiveBox # Export your bookmarks, then run the archive command to start archiving! ./archive ~/Downloads/firefox_bookmarks.html + +# Or to add just one page to your archive +echo 'https://example.com' | ./archive ```