diff --git a/src/docs/BUILD.md b/src/docs/BUILD.md index f3b2939dcc..88976c9903 100644 --- a/src/docs/BUILD.md +++ b/src/docs/BUILD.md @@ -118,7 +118,7 @@ The path to the OpenVINO install directory is referred as `` throug The following command will generate an archive containing OpenVINO Tokenizers and OpenVINO GenAI. The archive won't include OpenVINO itself, run the command for OpenVINO to generate an OpenVINO only archive. Generation of an archive containig all the components isn't implemented. ```sh - cmake --install ./build/ --config Release --target package + cmake --build ./build/ --config Release --target package ``` #### Option 3 - setting paths to built OpenVINO GenAI artifacts manually: