From 1f92360c477062a74f3c24dfd692b24f9a4d6c13 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 6 Jan 2019 21:51:41 -0500 Subject: [PATCH] Updated Install (markdown) --- Install.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Install.md b/Install.md index 9d277a9..be437b2 100644 --- a/Install.md +++ b/Install.md @@ -1,6 +1,19 @@ +## System Support + +ArchiveBox officially supports the following operating systems: + +* Linux: e.g. Ubuntu, Debian, etc +* BSD: FreeBSD, OpenBSD, NetBSD etc +* macOS + +You can run it on Windows and other systems via Docker containers or Vagrant VMs if they have support for those technologies. + + +The most important dependency is Chrome headless, so if you can figure out how to get Chrome headless and Python 3 running on your system, then ArchiveBox is likely to work just fine. + ## Automatic Setup -Run `./bin/setup` to install all dependencies automatically. +Run `./bin/setup` to install all dependencies automatically on Linux or macOS. BSD and Windows users should follow the manual setup and Docker instructions respectively. ## Docker Setup