From 479999888457ed52dd1f6631931e0b5da459f39f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 27 Aug 2017 20:10:21 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 213c21df..5d67e08c 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,13 @@ cd bookmark-archiver/ ./archive.py ~/Downloads/bookmark_export.html # replace with the path to your export file from step 1 ``` +**3. Done!** + You can open `service/index.html` to view your archive. (favicons will appear next to each title once it has finished downloading) +If you want to host your archive somewhere to share it with other people, see the [Publishing Your Archive](#publishing-your-archive) section below. + + If you have any trouble, see the [Troubleshooting](#troubleshooting) section at the bottom. If you'd like to customize options, see the [Configuration](#configuration) section.