From 80c7f6759c57be4f3de47ada51f35640b867bc1e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 20:13:24 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 1fdc1c0..80cd345 100644 --- a/Docker.md +++ b/Docker.md @@ -48,7 +48,7 @@ You can also mount a local directory in later steps instead of using a named Doc ### Usage -To add a list of pages via URL of a feed. (this does not archive the specified url, it downloads it and archives the links *inside* of it, so only use it for RSS feeds or other *lists of links* you want to add) +To add a list of pages via URL of a feed. Passing a URL as an argument does not archive the specified url, it downloads it and archives the links *inside* of it, so only use it for RSS feeds or other *lists of links* you want to add. ```bash docker run -v archivebox-data:/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml' ```