From bfc5a6675e9c1af123e145f010aca19e783d4c65 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 14 Jan 2019 18:29:29 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 458b961..b1671de 100644 --- a/Usage.md +++ b/Usage.md @@ -11,9 +11,13 @@ echo 'https://example.com' | ./archive ./archive < urls_to_archive.txt ``` -## Import a bookmarks export from a browser +## Import a list of links export from browser bookmarks or a bookmark service ```bash ./archive ~/Downloads/bookmarks_export.html +# or +./archive ~/Downloads/bookmarks.json +# or +./archive ~/Downloads/links.txt ``` ## Archive URLs from a remote RSS feed or file