From c1b5387ab865d035b0ad2d4c4306617f7958ac1e Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Mon, 15 Apr 2024 17:59:24 +0000 Subject: [PATCH] Fix "Standalone build using CMake" instructions * Remove an extraneous backslash and reformat the affected command. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 35f8be85b..765c36e02 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,7 @@ implementations. All supporting scripts are located in `scripts`. The library can be built using CMake: ``` -cmake \ --S /path/to/kleidicv \ --B build-kleidicv \ +cmake -S /path/to/kleidicv -B build-kleidicv cmake --build build-kleidicv --parallel ``` -- GitLab