Removed useless tabs in code blocks in installation guide

This commit is contained in:
Jan Böhmer 2023-07-10 13:26:07 +02:00
parent f6fcd730a8
commit 4fc9c19893

View file

@ -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: 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 ```bash
# This finds the latest release/tag and checks it out # This finds the latest release/tag and checks it out
git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) 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): 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 ```bash
# This checks out the version 1.5.2 # This checks out the version 1.5.2
git checkout v1.5.2 git checkout v1.5.2
``` ```
Change ownership of the files to the apache user: Change ownership of the files to the apache user: