From b94eb2e92fe104f5f3950d7b1d1cbe7308a45f95 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 3 Mar 2022 12:38:02 +0100 Subject: [PATCH] docs: prevent user to clone wrong repo (#1657) --- docs/admin-manual/setup/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/admin-manual/setup/install.md b/docs/admin-manual/setup/install.md index aef6c94ff..b69c26949 100644 --- a/docs/admin-manual/setup/install.md +++ b/docs/admin-manual/setup/install.md @@ -65,6 +65,12 @@ git clone https://github.com/libretime/libretime cd libretime ``` +:::caution + +Don't use the https://github.com/libretime/libretime-debian-packaging repository, it is only used to create LibreTime packages. + +::: + :::info When upgrading, you can pull the latest changes from the repository before checking out the desired version: