From 8a49a5f822fb227869a56de21cac95b56cee9881 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Thu, 9 Feb 2023 20:21:40 -0800 Subject: [PATCH] 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 --- docs/getting_started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/install.md b/docs/getting_started/install.md index d7a028ec..7b011e1f 100644 --- a/docs/getting_started/install.md +++ b/docs/getting_started/install.md @@ -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 ```