From b5ebb12c805f83382e1340cd6c30bb5cd724bdaf Mon Sep 17 00:00:00 2001 From: zdenop Date: Thu, 29 Mar 2018 17:08:19 +0200 Subject: [PATCH] Updated Compiling (markdown) --- Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling.md b/Compiling.md index 4903ec1..b18b4f0 100644 --- a/Compiling.md +++ b/Compiling.md @@ -169,7 +169,7 @@ If you're using master branch (4.0) run ``` 5. Build a solution (`tesseract.sln`) in your Visual Studio version. -If you want to build and install from command like (e.g. Release build) you can use this command: +If you want to build and install from command line (e.g. Release build) you can use this command: ``` cmake --build . --config Release --target install ```