From 60f5b5b4f1d09089fbecc253091c0044c72cd21e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 11 Nov 2024 19:51:36 -0500 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index bf1ec33..3c3c364 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -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