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 &&