mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
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:
parent
fec8275331
commit
719029d195
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue