From 338d63bef14f33061ac29f48c50c8f5647c786e1 Mon Sep 17 00:00:00 2001 From: Sean Colsen Date: Thu, 1 Feb 2024 14:05:39 -0500 Subject: [PATCH] Add link to YouTube installation instructions --- docs/docs/installation/docker-compose/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/installation/docker-compose/index.md b/docs/docs/installation/docker-compose/index.md index 50fbe07704..6ea0479eaa 100644 --- a/docs/docs/installation/docker-compose/index.md +++ b/docs/docs/installation/docker-compose/index.md @@ -10,6 +10,8 @@ !!!note Depending on your Docker setup, you may need to run `docker` commands with `sudo`. +(A [video walkthrough of these steps](https://www.youtube.com/watch?v=XTO_QWBghR8) is also available on YouTube.) + 1. Download our [docker-compose.yml](https://github.com/mathesar-foundation/mathesar/raw/{{mathesar_version}}/docker-compose.yml) file. ```