From 43ba015980c8b7df7523c05a9bde4017a8f930a0 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 7 Dec 2024 21:14:01 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-debian.md b/install-debian.md index e081cd8..86eb3e1 100644 --- a/install-debian.md +++ b/install-debian.md @@ -4,8 +4,9 @@ title: Setting up a fresh install of Canopy over Debian 12 Bookworm -## Step-by-step procedure for Setting up a fresh install of Canopy over Debian 12 Bookworm: +## Step-by-step procedure for Setting up a fresh install of Canopy over Debian 12 Bookworm: +Before installing make sure you have already prepped your [database](mongodb-debian). ## Installation 1. Install pre-reqs `sudo apt install nodejs npm` 2. Yoink a copy of canopy `git clone https://gitlab.com/rainbownapkin/canopy.git && cd canopy'