Add `git checkout` instruction to build instructions generator.

GitOrigin-RevId: 365a84655d0f823c33b838cb2f030146f67497ed
This commit is contained in:
levlam 2020-01-05 00:28:14 +03:00
parent a9de33970b
commit c33848b6b7
1 changed files with 1 additions and 0 deletions

View File

@ -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');