From 5b6961455073524d51494c6b4ef82f61b00d38f9 Mon Sep 17 00:00:00 2001 From: Jeff McClintock Date: Fri, 2 Aug 2024 15:21:40 +1200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88e31ff..4094cbc 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ To clone and create the project, open a command prompt and proceed as follows: ```sh git clone https://github.com/JeffMcClintock/GMPI-plugins +cd GMPI-Plugins mkdir build cd build -cmake ../GMPI-Plugins +cmake .. cmake --build . -``` \ No newline at end of file +```