Prevent checking out v2 when trying to install v1

This commit is contained in:
Adarnof 2018-02-24 01:30:07 -05:00
parent 5eecee49f5
commit a096023553
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Enter the folder by issuing `cd allianceauth`
Ensure you're on the latest version with the following:
git tag | sort -n | tail -1 | xargs git checkout
git checkout v1.15.7
Python package dependencies can be installed from the requirements file:

View File

@ -46,7 +46,7 @@ Enter the folder by issuing `cd allianceauth`
Ensure you're on the latest version with the following:
git tag | sort -n | tail -1 | xargs git checkout
git checkout v1.15.7
Python package dependencies can be installed from the requirements file: