Commit 2d3a7ec8 by ibaker Committed by Ian Baker

Remove unecessary `git checkout` command from README

The command is not needed, because the specified branch is already the
default branch on GitHub so will be checked out by clone automatically.

PiperOrigin-RevId: 430910549
(cherry picked from commit 6ed72dcd)
parent fbb2bcb9
Showing with 1 additions and 3 deletions
...@@ -102,13 +102,11 @@ using some ExoPlayer extension modules. It's also a suitable approach if you ...@@ -102,13 +102,11 @@ using some ExoPlayer extension modules. It's also a suitable approach if you
want to make local changes to ExoPlayer, or if you want to use a development want to make local changes to ExoPlayer, or if you want to use a development
branch. branch.
First, clone the repository into a local directory and checkout the desired First, clone the repository into a local directory:
branch:
```sh ```sh
git clone https://github.com/google/ExoPlayer.git git clone https://github.com/google/ExoPlayer.git
cd ExoPlayer cd ExoPlayer
git checkout release-v2
``` ```
Next, add the following to your project's `settings.gradle` file, replacing Next, add the following to your project's `settings.gradle` file, replacing
......
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