Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cpp-package/inspireface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Clone the `3rdparty` repository from the remote repository into the root directo

```Bash
# Must enter this directory
cd InspireFace
cd inspireface
# Clone the repository and pull submodules
git clone --recurse-submodules https://github.com/tunmx/inspireface-3rdparty.git 3rdparty
```
Expand All @@ -140,7 +140,7 @@ If you need to update the `3rdparty` repository to ensure it is current, or if y

```bash
# Must enter this directory
cd InspireFace
cd inspireface
# If you're not using recursive pull
git clone https://github.com/tunmx/inspireface-3rdparty.git 3rdparty

Expand Down Expand Up @@ -208,7 +208,7 @@ CMake option are used to control the various details of the compilation phase. P
### Local Compilation
If you are using macOS or Linux, you can quickly compile using the shell scripts provided in the `command` folder at the project root:
```bash
cd InspireFace/
cd inspireface/
# Execute the local compilation script
bash command/build.sh
```
Expand Down