Add a cd command to ExoPlayer clone instructions

With this missing, the `checkout` command errors with:
$ git checkout release-v2
fatal: not a git repository (or any of the parent directories): .git
PiperOrigin-RevId: 270670796
This commit is contained in:
ibaker 2019-09-23 15:18:25 +01:00 committed by Oliver Woodman
parent c8ea831a1e
commit 1983667845

View File

@ -107,6 +107,7 @@ branch:
```sh ```sh
git clone https://github.com/google/ExoPlayer.git git clone https://github.com/google/ExoPlayer.git
cd ExoPlayer
git checkout release-v2 git checkout release-v2
``` ```