diff --git a/README.md b/README.md index 6947d2f..772b099 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Dolibarr Update Workflow (Proxmox) Diese Anleitung dokumentiert meinen Ablauf für Dolibarr-Updates auf einem Proxmox-System. @@ -51,9 +50,9 @@ Dolibarr: ### muss als root oder Benutzer mit sudo Rechten ausgeführt werden. Ganze Zeile kopieren und im Terminal einfügen - - bash -c "$(curl -fsSL https://gitea.vourx.com/xosna/dolibarr-update/raw/branch/main/quick_update.sh)" - +``` +bash -c "$(curl -fsSL https://gitea.vourx.com/xosna/dolibarr-update/raw/branch/main/quick_update.sh)" +``` Installation nacher in der Anwendung https://xxxxxxx/dolibarr/install ausführen ---