From 9fab0af16a2b196165addf4ee84680bb980f5a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=98=AF=E7=84=B6?= <38133602+ranpro@users.noreply.github.com> Date: Fri, 16 Sep 2022 14:54:20 +0800 Subject: [PATCH] Missing path --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index d8e6c50f6..68b98fa80 100644 --- a/Build.md +++ b/Build.md @@ -7,7 +7,7 @@ You can download and install assimp using the [vcpkg](https://github.com/Microso cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install - vcpkg install assimp + ./vcpkg install assimp ``` The assimp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.