From 8d21005919457ab10aeba0db8c2eab4f72e95ae8 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 21:54:24 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index d9c0da2..5812b26 100644 --- a/Usage.md +++ b/Usage.md @@ -19,8 +19,9 @@ echo 'https://example.com' | ./archive # or cat urls_to_archive.txt | ./archive ``` +You can also pipe in RSS, XML, Netscape, or any of the other supported import formats via stdin. -## Import a list of links or a feed exported from browser or another service +## Import a list of links exported from browser or another service ```bash ./archive ~/Downloads/browser_bookmarks_export.html