From ef20fd0fcd673e196291fe8a96596e697bc94b5a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 20:24:51 -0400 Subject: [PATCH] Updated Install (markdown) --- Install.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index 5689399..99cd71a 100644 --- a/Install.md +++ b/Install.md @@ -16,9 +16,9 @@ ArchiveBox officially supports the following operating systems: -* **macOS:** >=10.12 (with homebrew) -* **Linux:** Ubuntu, Debian, etc (with apt) -* **BSD:** FreeBSD, OpenBSD, NetBSD etc (with pkg) +* [**macOS:**](#macos) >=10.12 (with homebrew) +* [**Linux:**](#Ubuntu-Debian) Ubuntu, Debian, etc (with apt) +* [**BSD:**](#BSD) FreeBSD, OpenBSD, NetBSD etc (with pkg) Other systems that are not officially supported but probably work to varying degrees: @@ -85,6 +85,12 @@ brew install python3 git wget curl youtube-dl brew cask install chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/ ``` +#### BSD +```bash +pkg install python3 git wget curl youtube-dl +pkg install chromium-browser # Skip this if you already have Google Chrome/Chromium installed +``` + #### Check that everything worked and the versions are high enough. ```bash python3 --version | head -n 1 &&