From 6fba114e112606cd5033e7354f77dacbb743b5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Thu, 8 Sep 2022 20:50:55 +0200 Subject: [PATCH] Fix wrong link name --- INSTALLER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLER.md b/INSTALLER.md index 1295100701..56832ab85c 100644 --- a/INSTALLER.md +++ b/INSTALLER.md @@ -165,7 +165,7 @@ DEBVERSION="1-experimental-ubuntu-18.04" DEBEMAIL="julian.gro@overte.org" DEBFUL ###### Building Overte server RPM packages using Docker -1. Build Docker image as instructed in the relevant Dockerfile in [tools/ci-scripts/deb_package/](tools/ci-scripts/rpm_package/) +1. Build Docker image as instructed in the relevant Dockerfile in [tools/ci-scripts/rpm_package/](tools/ci-scripts/rpm_package/) 2. Create/Start container Example: `docker run -v $(pwd)/../../..:/overte -it juliangro/overte-server-build:0.1.1-fedora-36`