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 ```