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 ```