mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
Prevent checking out v2 when trying to install v1
This commit is contained in:
parent
5eecee49f5
commit
a096023553
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user