This will fix the command to clone mediapipe in the macOS. Doc command mentioned

is throwing error when directly copied and pasted in the terminal.

PiperOrigin-RevId: 508550373
This commit is contained in:
MediaPipe Team 2023-02-09 20:21:40 -08:00 committed by Copybara-Service
parent 1eb54bdaa6
commit 8a49a5f822

View File

@ -416,7 +416,7 @@ build issues.
3. Checkout MediaPipe repository.
```bash
$ git clone -depth 1 https://github.com/google/mediapipe.git
$ git clone --depth 1 https://github.com/google/mediapipe.git
$ cd mediapipe
```