From 4aae7429eb550cc1f14c6789160db5c5e44b126f Mon Sep 17 00:00:00 2001 From: jessy-shen <117780409+jessy-shen@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:00:14 -0700 Subject: [PATCH] fix error in qat_engine installation cmds remove redundant \ in qat engine installation cmds --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 8af7e35..faf4d28 100644 --- a/docs/install.md +++ b/docs/install.md @@ -52,7 +52,7 @@ to use the option. ``` cd /QAT_Engine git submodule update --init -./autogen.sh \ +./autogen.sh ./configure \ --with-qat_hw_dir=/QAT \ #For QAT_HW supported platforms, Needed only if platform supports QAT_HW --enable-qat_sw \ #For QAT_SW supported platforms, Needed only if platform supports QAT_SW