diff --git a/Quickstart.md b/Quickstart.md index 4c69c92..10db0ba 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -51,14 +51,12 @@ Follow the links here to find instructions for exporting a list of URLs from eac ## 3. Add your URLs to the archive -Pass in URLs to archive via stdin: +Pass in URLs directly, import a list of links from a file, or import from a feed URL. All via stdin: ```bash echo 'https://example.com' | archivebox add -``` - -Or import a list of links from a file or feed URL: -```bash +# or archivebox add < ~/Downloads/example_bookmarks_export.html +# or curl https://getpocket.com/users/example/feed/all | archivebox add ```