From f9c36502fcd600c7ceacc7d5ca343b3c082d71b7 Mon Sep 17 00:00:00 2001 From: theadib Date: Sun, 25 Oct 2020 11:23:43 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fd57c4..8e3549b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone --recursive https://github.com/CloudCompare/CloudCompare.git ``` cd CloudCompare/plugins/core/Standard -git submodule add git@gitlab.com:theadib/jsonrpcplugin.git +git submodule add git@gitlab.com:theadib/JsonRPCPlugin.git ``` 3. patch CMakeLists.txt @@ -39,7 +39,7 @@ then add the plugin as indicated below ${CMAKE_CURRENT_SOURCE_DIR}/qColorimetricSegmenter ${CMAKE_CURRENT_SOURCE_DIR}/qMasonry ${CMAKE_CURRENT_SOURCE_DIR}/qMPlane -+ ${CMAKE_CURRENT_SOURCE_DIR}/jsonrpcplugin ++ ${CMAKE_CURRENT_SOURCE_DIR}/JsonRPCPlugin ) ```