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

Updated Quickstart (markdown)

Michael Peteuil
2020-08-09 22:19:08 -04:00
parent e13a3f0fd2
commit 81d058e807

@@ -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 ## 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 ```bash
echo 'https://example.com' | archivebox add echo 'https://example.com' | archivebox add
``` # or
Or import a list of links from a file or feed URL:
```bash
archivebox add < ~/Downloads/example_bookmarks_export.html archivebox add < ~/Downloads/example_bookmarks_export.html
# or
curl https://getpocket.com/users/example/feed/all | archivebox add curl https://getpocket.com/users/example/feed/all | archivebox add
``` ```