Add git checkout
instruction to build instructions generator.
GitOrigin-RevId: 365a84655d0f823c33b838cb2f030146f67497ed
This commit is contained in:
parent
a9de33970b
commit
c33848b6b7
@ -666,6 +666,7 @@ function onOptionsChanged() {
|
||||
}
|
||||
}
|
||||
commands.push('git clone https://github.com/tdlib/td.git');
|
||||
commands.push('git checkout v1.5.0');
|
||||
|
||||
commands.push('cd td');
|
||||
|
||||
|
Reference in New Issue
Block a user