From acb5f151099203f41342665244c47a13fa14eff1 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 28 Mar 2024 09:15:52 +0100 Subject: [PATCH] Update README.md fix mkdir build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570bd69558..fbe0ce34c1 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ For recompilation optimization, [ccache](ccache.dev) is automatically used if de - clone the git repository : `git clone https://github.com/micmacIGN/micmac.git` - enter 'micmac' directory : `cd micmac` -- create a directory for the build's intermediate files, then enter it : `mkdir build & cd build` +- create a directory for the build's intermediate files, then enter it : `mkdir build && cd build` - generate makefiles using cmake : `cmake ../` - process compilation : `make install -j*cores number*` (ex.: `make install -j4`)