mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 07:03:03 +02:00
Updated Quickstart (markdown)
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user