docs: clean cloned repo before upgrading (#1676)

This commit is contained in:
Jonas L 2022-03-16 13:06:24 +01:00 committed by GitHub
parent 71b181bc32
commit f51d2460ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -73,10 +73,11 @@ Don't use the https://github.com/libretime/libretime-debian-packaging repository
:::info
When upgrading, you can pull the latest changes from the repository before checking out the desired version:
When upgrading, you should clean the local repository, pull the latest changes and finally check out the desired version:
```bash
cd libretime
git clean -xdf
git pull
```