From 064e08c2c8886aad06bbcafeb723635550950468 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 b2268b8..b4209ea 100644 --- a/docs/install.md +++ b/docs/install.md @@ -53,7 +53,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