1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 00:05:27 +02:00

Updated Install (markdown)

Nick Sweeting
2020-08-13 19:27:04 -04:00
parent ea2f637a22
commit eebfbecf90

@@ -24,7 +24,7 @@ ArchiveBox officially supports the following operating systems:
Other systems that are not officially supported but probably work to varying degrees: Other systems that are not officially supported but probably work to varying degrees:
<img src="https://camo.githubusercontent.com/fa6d5c12609ed8a3ba1163b96f9e9979b8f59b0d/687474703a2f2f7765732e696f2f566663732f636f6e74656e74" width="6%" align="right"/> <img src="https://i.imgur.com/WYSb96z.png" width="6%" align="right"/>
<img src="http://files.softicons.com/download/system-icons/web0.2ama-icons-by-chrfb/png/256x256/Operating%20System%20-%20Windows.png" width="5%" align="right"/> <img src="http://files.softicons.com/download/system-icons/web0.2ama-icons-by-chrfb/png/256x256/Operating%20System%20-%20Windows.png" width="5%" align="right"/>
@@ -45,7 +45,7 @@ Not all the dependencies are required for all modes. If you disable some archive
<img src="https://avatars0.githubusercontent.com/u/1503512?s=200&v=4" width="10%" align="right"/> <img src="https://avatars0.githubusercontent.com/u/1503512?s=200&v=4" width="10%" align="right"/>
- `python3 >= 3.5` - `python3 >= 3.7`
- `wget >= 1.16` - `wget >= 1.16`
- `chromium >= 59` (`google-chrome >= v59` works fine as well) - `chromium >= 59` (`google-chrome >= v59` works fine as well)
- `youtube-dl` - `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. 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` ```bash
2. `cd ArchiveBox/` # create a new folder to hold your data and cd into it
3. `archivebox add < ~/Downloads/links_list.html` 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`. You can also use the `update` subcommand to resume the archive update at a specific timestamp `archivebox update --resume=153242424324.123`.