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`.