From 9b34c682435786b9ae32ecaf2190b1e4729e5f72 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 21:29:13 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Usage.md b/Usage.md index 323686a..6d8124a 100644 --- a/Usage.md +++ b/Usage.md @@ -20,7 +20,7 @@ echo 'https://example.com' | ./archive cat urls_to_archive.txt | ./archive ``` -## Import links exported from browser or another service +## Import list of links exported from browser or another service ```bash ./archive ~/Downloads/browser_bookmarks_export.html # or @@ -29,7 +29,7 @@ cat urls_to_archive.txt | ./archive ./archive ~/Downloads/other_links.txt ``` -## Import URLs from a remote RSS feed or file +## Import list of URLs from a remote RSS feed or file ArchiveBox will download the URL to a local file in `output/sources/` and attempt to autodetect the format and import any URLs found. Currently, Netscape HTML, JSON, RSS, and plain text links lists are supported. ```bash @@ -38,7 +38,7 @@ ArchiveBox will download the URL to a local file in `output/sources/` and attemp ./archive https://example.com/links.txt ``` -## Import links from browser history +## Import list of links from browser history ```bash ./bin/archivebox-export-browser-history --chrome ./archive output/sources/chrome_history.json