From ac8f0a7ef2e094c06ac67ddd1aa33e46689148b7 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 7 Sep 2022 11:23:13 -0400 Subject: [PATCH] Add installation video to docs --- docs/installation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/index.md b/docs/installation/index.md index 905add7ab..8b588fccd 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -2,6 +2,8 @@ The installation instructions provided here have been tested to work on Ubuntu 20.04 and CentOS 8.3. The particular commands needed to install dependencies on other distributions may vary significantly. Unfortunately, this is outside the control of the NetBox maintainers. Please consult your distribution's documentation for assistance with any errors. + + The following sections detail how to set up a new instance of NetBox: 1. [PostgreSQL database](1-postgresql.md)