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