From 4fc9c19893c73157d143057d8518ad45506ed66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 10 Jul 2023 13:26:07 +0200 Subject: [PATCH] Removed useless tabs in code blocks in installation guide --- docs/installation/installation_guide-debian.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation/installation_guide-debian.md b/docs/installation/installation_guide-debian.md index 0718ce08..11bddc03 100644 --- a/docs/installation/installation_guide-debian.md +++ b/docs/installation/installation_guide-debian.md @@ -76,13 +76,13 @@ git clone https://github.com/Part-DB/Part-DB-symfony.git /var/www/partdb By default you are now on the latest development version. In most cases you want to use the latest stable version. You can switch to the latest stable version (tagged) by running the following command: ```bash - # This finds the latest release/tag and checks it out - git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) +# This finds the latest release/tag and checks it out +git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) ``` Alternatively you can checkout a specific version by running (see [GitHub Relases page](https://github.com/Part-DB/Part-DB-server/releases) for a list of available versions): ```bash - # This checks out the version 1.5.2 - git checkout v1.5.2 +# This checks out the version 1.5.2 +git checkout v1.5.2 ``` Change ownership of the files to the apache user: