1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-28 00:30:03 +02:00

Updated Usage (markdown)

Nick Sweeting
2019-01-14 18:29:29 -05:00
parent aa5e282495
commit bfc5a6675e

@@ -11,9 +11,13 @@ echo 'https://example.com' | ./archive
./archive < urls_to_archive.txt ./archive < urls_to_archive.txt
``` ```
## Import a bookmarks export from a browser ## Import a list of links export from browser bookmarks or a bookmark service
```bash ```bash
./archive ~/Downloads/bookmarks_export.html ./archive ~/Downloads/bookmarks_export.html
# or
./archive ~/Downloads/bookmarks.json
# or
./archive ~/Downloads/links.txt
``` ```
## Archive URLs from a remote RSS feed or file ## Archive URLs from a remote RSS feed or file