aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiake Sun <xiake.sun@intel.com>2023-06-20 05:42:40 -0700
committerGitHub <noreply@github.com>2023-06-20 15:42:40 +0300
commit2322ec223a21625dfe9bd73ee677444a98a24ac9 (patch)
tree186439a830b26aca3b0b461908243f590a2e9822 /README.md
parentaacdbd40562684665b6f7b8ba6695b7a2088bbb0 (diff)
Fix typo (#1949)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d05de3..8136e70 100644
--- a/README.md
+++ b/README.md
@@ -378,7 +378,7 @@ Building the program with BLAS support may lead to some performance improvements
```sh
git clone https://github.com/CNugteren/CLBlast.git
mkdir CLBlast/build
- cd CLBLast/build
+ cd CLBlast/build
cmake .. -DBUILD_SHARED_LIBS=OFF -DTUNERS=OFF
cmake --build . --config Release
cmake --install . --prefix /some/path