From a78708415583cee7b41561ba6bb485945dc2d59a Mon Sep 17 00:00:00 2001 From: Francisco Herrera Date: Sun, 14 Dec 2025 09:43:25 -0500 Subject: [PATCH] clarify which steps --- docs/backend/OPENCL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend/OPENCL.md b/docs/backend/OPENCL.md index acac5b19b2..f25d641b4d 100644 --- a/docs/backend/OPENCL.md +++ b/docs/backend/OPENCL.md @@ -220,7 +220,7 @@ ninja ## Linux -The two steps below also apply to Linux. If building for Linux, Ensure you have Git, CMake, Clang, Ninja and Python installed, in the second step remove the `-DCMAKE_TOOLCHAIN_FILE` parameter, and then in both steps replace the backticks with back slashes. +The two steps just above also apply to Linux. If building for Linux, Ensure you have Git, CMake, Clang, Ninja and Python installed, in the second step remove the `-DCMAKE_TOOLCHAIN_FILE` parameter, and then in both steps replace the backticks with back slashes. ## Known Issues