From e5ece39763b524c63885be20a76991cd5d652063 Mon Sep 17 00:00:00 2001 From: Markus Diem Date: Mon, 26 Nov 2018 12:46:12 +0100 Subject: [PATCH] cmake directory corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d83b2e8..f1d4de7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ git clone https://github.com/nomacs/nomacs-plugins.git plugins ```` mkdir build cd build -cmake -DENABLE_PLUGINS=ON . +cmake -DENABLE_PLUGINS=ON .. ```` - then build the project: ````terminal