From 85c3619958a8888f26eb541c19923eef0f5c4914 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 14 Jan 2019 21:34:54 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 809bc75..a9ba36d 100644 --- a/Usage.md +++ b/Usage.md @@ -29,4 +29,12 @@ ArchiveBox will download the URL to a local file in `output/sources/` attempt to ./archive https://example.com/feed.rss # or ./archive https://example.com/links.txt -``` \ No newline at end of file +``` + +# UI Usage + +To access your archive, open `output/index.html` in a browser. You should see something [like this](https://archive.sweeting.me). + +You can sort by column, search using the box in the upper right, and see the total number of links at the bottom. + +Click the Favicon under the "Files" column to go to the details page for each link. \ No newline at end of file