From 337905a934aecc5b03c055a4046d9feee75d1bb4 Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 1 Nov 2023 15:18:45 +0100 Subject: [PATCH] Fixed Git path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75cb98d..b086345 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Common modifications to run Redmine as project management tool on medium- and la ```bash cd {redmine_dir}/plugins -git clone https://hub.bundespruefstelle.ch/magdev/baupm_core.git baupm_core +git clone https://hub.bundespruefstelle.ch/magdev/baupm-core.git baupm_core ``` Now restart redmine and you're done.