aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/specifications/manifests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specifications/manifests.md b/docs/specifications/manifests.md
index 350cfd0c7..bc4e1d7cc 100644
--- a/docs/specifications/manifests.md
+++ b/docs/specifications/manifests.md
@@ -236,7 +236,7 @@ And finally, to configure and build:
```sh
$ cd example
-$ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystem/vcpkg.cmake
+$ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
... configuring and installing...
$ cmake --build build
```