From ebd1cdb4fbb18ca287cbd05f367a3ba48f84b197 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 22:12:42 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 04999c6..8779809 100644 --- a/Docker.md +++ b/Docker.md @@ -47,10 +47,11 @@ mv ~/Downloads/bookmarks.html data/sources/bookmarks.html docker-compose exec archivebox /bin/archive /data/sources/bookmarks.html ``` -To pull in links from a feed or list of links, pass the URL or path to the feed as an argument. Passing a URL as an argument here 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 an individual link you want to archive use the instruction above and pass via stdin instead of by argument. +To pull in links from a feed or list of links, pass the URL or path to the feed as an argument. ```bash docker-compose exec archivebox /bin/archive https://example.com/some/feed.rss ``` +Passing a URL as an argument here 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 an individual link you want to archive use the instruction above and pass via stdin instead of by argument. ## Accessing the data