From eebfbecf90a0b2a105c15b7a9c84bc50fd145e87 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 13 Aug 2020 19:27:04 -0400 Subject: [PATCH] Updated Install (markdown) --- Install.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Install.md b/Install.md index d99f474..4afefb9 100644 --- a/Install.md +++ b/Install.md @@ -24,7 +24,7 @@ ArchiveBox officially supports the following operating systems: Other systems that are not officially supported but probably work to varying degrees: - + @@ -45,7 +45,7 @@ Not all the dependencies are required for all modes. If you disable some archive - - `python3 >= 3.5` + - `python3 >= 3.7` - `wget >= 1.16` - `chromium >= 59` (`google-chrome >= v59` works fine as well) - `youtube-dl` @@ -113,11 +113,14 @@ If you have issues setting up Chromium / Google Chrome, see the [[Chromium Insta Follow the [[Quickstart]] guide to download your bookmarks export file containing a list of links to archive. -### 3. Run the archive script +### 3. Run archivebox -1. Clone this repo `git clone https://github.com/pirate/ArchiveBox` -2. `cd ArchiveBox/` -3. `archivebox add < ~/Downloads/links_list.html` +```bash +# create a new folder to hold your data and cd into it +mkdir data && cd data +archivebox init +archivebox add < ~/Downloads/bookmarks_export.html +``` You can also use the `update` subcommand to resume the archive update at a specific timestamp `archivebox update --resume=153242424324.123`.