From 4031b237c3752b00a7bf947bd2a4407129517341 Mon Sep 17 00:00:00 2001 From: JingyuYan Date: Wed, 8 May 2024 13:39:51 +0800 Subject: [PATCH] Fix 3rdparty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbfb0a5..7c286abd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you require further information on tracking development branches, CI/CD proce Please contact [contact@insightface.ai](mailto:contact@insightface.ai?subject=InspireFace) for commercial support, including obtaining and integrating higher accuracy models, as well as custom development. ## 1. Preparation -### 1.1. Pull 3rdparty +### 1.1. Clone 3rdparty Clone the `3rdparty` repository from the remote repository into the root directory of the project. Note that this repository contains some submodules. When cloning, you should use the `--recurse-submodules` parameter, or after entering the directory, use `git submodule update --init --recursive` to fetch and synchronize the latest submodules: