From 5b3fe9e765a1bdd717353eadbde797dbd4b28a78 Mon Sep 17 00:00:00 2001 From: Ted Jenks Date: Wed, 15 Nov 2023 11:25:57 +0000 Subject: [PATCH] correct docs --- docs/developers/HowTo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/HowTo.md b/docs/developers/HowTo.md index f3f2483591ed..e4bab4a26883 100644 --- a/docs/developers/HowTo.md +++ b/docs/developers/HowTo.md @@ -41,7 +41,7 @@ To debug C++, you have to generate the example files, the example files consist You can generate the example files by the following steps: -1. build Velox +1. build Velox and Gluten CPP ``` gluten_home/dev/builddeps-veloxbe.sh --build_tests=ON --build_benchmarks=ON --build_type=Debug ```