mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
Update README.md
This commit is contained in:
parent
571131d5f3
commit
2580f76a2e
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ curl -sSL 'https://get.archivebox.io' | sh
|
||||||
|
|
||||||
**🔢 Example usage: adding links to archive.**
|
**🔢 Example usage: adding links to archive.**
|
||||||
```bash
|
```bash
|
||||||
archivebox add 'https://example.com' # add URLs one at a time via args / piped stdin
|
archivebox add 'https://example.com' # add URLs one at a time (pass --help for more info)
|
||||||
|
archivebox add < ~/Downloads/bookmarks.json # or pipe in a list of URLs in any text-based format
|
||||||
archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or have it import URLs regularly on a schedule
|
archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or have it import URLs regularly on a schedule
|
||||||
```
|
```
|
||||||
**🔢 Example usage: viewing the archived content.**
|
**🔢 Example usage: viewing the archived content.**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue