Update instruction for checking out latest release

Closes #873
This commit is contained in:
Adrian Kumpf
2020-08-27 19:57:30 +02:00
parent 888a0d6199
commit 209b995ad7

View File

@@ -98,7 +98,7 @@ cd /usr/src
git clone https://github.com/adriankumpf/teslamate.git
cd teslamate
git checkout $(git describe --tags) # Checkout the latest stable version
git checkout $(git describe --tags `git rev-list --tags --max-count=1`) # Checkout the latest stable version
```
## Create PostgreSQL database