Skip to content

Commit

Permalink
Add git checkout instruction to build instructions generator.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 365a84655d0f823c33b838cb2f030146f67497ed
  • Loading branch information
levlam committed Jan 4, 2020
1 parent a9de339 commit c33848b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@
}
}
commands.push('git clone https://github.com/tdlib/td.git');
commands.push('git checkout v1.5.0');

commands.push('cd td');

Expand Down

0 comments on commit c33848b

Please sign in to comment.