From 3f2c56738b017609c7c80ab3fd1ea82aec16c56d Mon Sep 17 00:00:00 2001 From: Evgeniy Patlan Date: Fri, 27 May 2022 10:16:26 +0300 Subject: [PATCH] Fix path in doc Path is incorrect which leads to error while using the instruction --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 19f4db91b..c3856a096 100644 --- a/INSTALL +++ b/INSTALL @@ -61,7 +61,7 @@ Building the Shell 2) Configure and Build Linux/OSX mkdir mysql-shell/bld - cd bld + cd mysql-shell/bld cmake .. \ -DMYSQL_SOURCE_DIR=../../mysql-server\ -DMYSQL_BUILD_DIR=../../mysql-server/bld\