From 198366784574d422362e8c3e6521c9b0360e3b60 Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 23 Sep 2019 15:18:25 +0100 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a369b077f4..d488f4113e 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ branch: ```sh git clone https://github.com/google/ExoPlayer.git +cd ExoPlayer git checkout release-v2 ```