From b7c07fb4ed14701ec88c6e9a837be74fbc6862c0 Mon Sep 17 00:00:00 2001 From: Michael Peteuil Date: Sun, 9 Aug 2020 22:33:49 -0400 Subject: [PATCH] Updated Install (markdown) --- Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index db24661..2a673d4 100644 --- a/Install.md +++ b/Install.md @@ -64,7 +64,7 @@ BSD, Windows, and other OS users should follow the [Manual Setup](#manual-setup) ```bash cd ArchiveBox/ -./bin/archivebox-setup +./bin/setup ``` The script explains what it installs beforehand, and will prompt for user confirmation before making any changes to your system. @@ -117,9 +117,9 @@ Follow the [[Quickstart]] guide to download your bookmarks export file containin 1. Clone this repo `git clone https://github.com/pirate/ArchiveBox` 2. `cd ArchiveBox/` -3. `./archive ~/Downloads/links_list.html` +3. `archivebox add < ~/Downloads/links_list.html` -You may optionally specify a second argument to `archive.py export.html 153242424324` to resume the archive update at a specific timestamp. +You can also use the `update` subcommand to resume the archive update at a specific timestamp `archivebox update --resume=153242424324.123`. ### Next Steps