From 475aaf8d4a4eeed8b7aff5c8d46c6517e168d22c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 4 Feb 2019 10:13:28 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index 1a704b4..45b32cc 100644 --- a/Install.md +++ b/Install.md @@ -13,11 +13,11 @@ You can run it on Windows and other systems via Docker containers or Vagrant VMs Not all the dependencies are required for all modes. If you disable some archive methods you can avoid those dependencies, for example, if you set `FETCH_MEDIA=False` you don't need to install `youtube-dl`, and if you set `FETCH_[PDF,SCREENSHOT,DOM]=False` you don't need `chromium`. - `python3 >= 3.5` - - `chromium >= 59` (`google-chrome >= v59` works fine as well) - `wget >= 1.16` - - `curl` + - `chromium >= 59` (`google-chrome >= v59` works fine as well) - `youtube-dl` - - `git` + - `curl` (usually already on most systems) + - `git` (usually already on most systems) ## Automatic Setup