From 5b1b71d2e69120ffec2f3393310239175be5e3e8 Mon Sep 17 00:00:00 2001 From: Monir Hadji Date: Sat, 2 Dec 2017 13:22:40 +0100 Subject: [PATCH] Minor typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213556c346..ef06a9feb8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ More details are given in the [documentation pages](http://dgtal.org/download/). ```shell git clone https://github.com/DGtal-team/DGtal.git -cd DGtal ; mkdir buid ; cd build +cd DGtal ; mkdir build ; cd build cmake .. make install ```