From cd53202b162adab30ce8c120561f33e415d1f2c6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 23 Jan 2019 02:21:01 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f2ac8dd..ef97cda5 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ cd ArchiveBox echo 'https://example.com' | ./archive ``` +Open `output/index.html` in a browser to view your archive. [DEMO: archive.sweeting.me](https://archive.sweeting.me) ## Overview @@ -86,8 +87,6 @@ Using multiple methods and the market-dominant browser to execute JS ensures we The archiving is additive, so you can schedule `./archive` to run regularly and pull new links into the index. All the saved content is static and indexed with JSON files, so it lives forever & is easily parseable, it requires no always-running backend. -[DEMO: archive.sweeting.me](https://archive.sweeting.me) - # Documentation