From 3041e6a91ec7dd4042ad66c93f8f2a7dcce02e18 Mon Sep 17 00:00:00 2001 From: Yash Dusing Date: Fri, 26 Jan 2018 22:33:50 +0530 Subject: [PATCH] Updated INSTALL.md (#4126) Fix directory of submodule initialization --- doc/readme/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readme/INSTALL.md b/doc/readme/INSTALL.md index 9a8116d1dfd..50396ea6042 100644 --- a/doc/readme/INSTALL.md +++ b/doc/readme/INSTALL.md @@ -148,11 +148,11 @@ Download the latest [stable release source code](https://github.com/shogun-toolb Potentially update submodules git clone https://github.com/shogun-toolbox/shogun.git + cd shogun git submodule update --init Create the build directory in the source tree root - cd shogun mkdir build Configure cmake, from the build directory, passing the Shogun source root as argument.