From 6cd60d4a67461bc580365fae37b3c3ccede483a9 Mon Sep 17 00:00:00 2001 From: cactusbranch01 <83898055+cactusbranch01@users.noreply.github.com> Date: Thu, 2 May 2024 04:06:42 -0700 Subject: [PATCH 1/2] Update README.md --- src/python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/README.md b/src/python/README.md index 1d83ea921d..7015d563f4 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -39,7 +39,7 @@ This directory contains Python scripts designed to facilitate the analysis of me -To analyze a conflicts comparing two merge tools: +To analyze a conflicts comparing two merge tools inside src/Python run: python3 diff3_analysis.py @@ -48,4 +48,4 @@ python3 diff3_analysis.py Date: Thu, 2 May 2024 04:07:02 -0700 Subject: [PATCH 2/2] Update README.md --- src/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/README.md b/src/python/README.md index 7015d563f4..001686b9f9 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -39,7 +39,7 @@ This directory contains Python scripts designed to facilitate the analysis of me -To analyze a conflicts comparing two merge tools inside src/Python run: +To analyze a conflicts comparing two merge tools inside src/python run: python3 diff3_analysis.py