1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 05:41:54 +02:00

add more examples to quickstart

This commit is contained in:
Nick Sweeting
2020-12-12 01:43:37 +02:00
parent bfd21a3912
commit 13c8b976be

View File

@@ -44,6 +44,8 @@ archivebox --version
mkdir ~/archivebox && cd ~/archivebox
archivebox init
archivebox add 'https://example.com'
archivebox schedule --every day https://getpocket.com/users/USERNAME/feed/all
archivebox oneshot --extract=media https://www.youtube.com/watch?v=dQw4w9WgXcQ
archivebox help # to see more options
```