From 1400fd0111eca2676013a3de6becd669a93aa60f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 16 Jan 2019 08:02:14 -0500 Subject: [PATCH] Updated Install (markdown) --- Install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install.md b/Install.md index 0cdc0d0..c69b2f0 100644 --- a/Install.md +++ b/Install.md @@ -88,4 +88,6 @@ docker run -v archivebox-data:/home/chromeuser/app/archivebox/output archivebox To add a single link or a list of links from a file, pipe them in via stdin. ```bash echo 'https://example.com' | docker run -i -v archivebox-data:/home/chromeuser/app/archivebox/output archivebox +# or +cat bookmarks.html | docker run -i -v archivebox-data:/home/chromeuser/app/archivebox/output archivebox ``` \ No newline at end of file