From 4f53478e45f4f83a7e5e4c31b60ef44de5169a38 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 5 Jan 2019 15:21:04 -0500 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quickstart.md b/Quickstart.md index c8edee9..df680fe 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -1,5 +1,7 @@ Using ArchiveBox involves installing the ArchiveBox dependencies, creating a folder to store your archive data, and then importing a list of links to the archive by running the `./archive` binary. +ArchiveBox officially supports Ubuntu, FreeBSD, and macOS, but likely runs on many other systems. You can also use Docker to run it on any system that supports Docker, including Windows. See [here]() for docker instructions. + ## 1. Create your archive Create a folder to store your archive, and clone the ArchiveBox repo into it.