Commit 719029d1 by ibaker Committed by Oliver Woodman

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
parent fec82753
Showing with 1 additions and 0 deletions
...@@ -107,6 +107,7 @@ branch: ...@@ -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
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment