1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 11:35:59 +02:00

Updated Quickstart (markdown)

Nick Sweeting
2024-11-11 19:51:36 -05:00
parent 6e3537c3fd
commit 60f5b5b4f1

@@ -49,7 +49,7 @@ archivebox add < your_urls.txt
docker run -v $PWD:/data -it archivebox/archivebox add < your_urls.txt
# or if using docker-compose
docker-compose run archivebox add < your_urls.txt
docker compose run -T archivebox add < your_urls.txt
# any text containing URLs can ingested via stdin or as args
curl https://getpocket.com/users/YOURUSERNAME/feed/all | archivebox add