From 01c4edbb985b84e9a4b9e7dad7a8b126f158b703 Mon Sep 17 00:00:00 2001 From: tale-fau Date: Mon, 2 Oct 2023 11:21:40 +0200 Subject: [PATCH] modify anchor links --- installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation.md b/installation.md index 03ce565..dd6bd82 100644 --- a/installation.md +++ b/installation.md @@ -1,6 +1,6 @@ # Installation -## Debian/Ubuntu +## [Debian/Ubuntu](#debian-ubuntu) Dependencies: @@ -50,7 +50,7 @@ DocumentRoot /path/to/signaturepdf/public ``` -## Deploy with Docker +## [Deploy with Docker](#docker) ### Building the image @@ -86,7 +86,7 @@ docker run -d --name=signaturepdf -p 8080:80 -e SERVERNAME=pdf.example.org -e UP ``` -## Alpine +## [Alpine](#alpine) Here is a script to install the solution on Linux Alpine (tested with version 3.15). Remember to edit the "domain" variable at the beginning of the script to match the URL it will be called with.