From 51b4a0e239f84437b9d6d22b89e1c392385a5c78 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 21:52:17 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 6d8124a..ce0554d 100644 --- a/Usage.md +++ b/Usage.md @@ -20,7 +20,10 @@ echo 'https://example.com' | ./archive cat urls_to_archive.txt | ./archive ``` -## Import list of links exported from browser or another service +## Import a list of links or a feed exported from browser or another service + +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 use the instruction above and pass the URL via stdin instead of as an argument. + ```bash ./archive ~/Downloads/browser_bookmarks_export.html # or