From 40ab890b9657e0f32a421552405ce36c3362a58f Mon Sep 17 00:00:00 2001 From: MathDev Date: Thu, 10 Apr 2025 08:47:31 -0500 Subject: [PATCH] Update 'Contributing to Project: Serenity' --- Contributing-to-Project%3A-Serenity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-to-Project%3A-Serenity.md b/Contributing-to-Project%3A-Serenity.md index d0bbb91..fa9747e 100644 --- a/Contributing-to-Project%3A-Serenity.md +++ b/Contributing-to-Project%3A-Serenity.md @@ -7,7 +7,7 @@ Contributing to Project: Serenity is pretty straightforward. In this guide, you' # Terminal Workflow -**Always make sure that you're using Git Bash in your repository location!** You can do so by either opening **SourceTree** and clicking **"Terminal"**, or navigating to your local Project: Serenity repository, right clicking, and selecting "Git Bash here". +**Always make sure that you're using Git Bash in your repository location!** You can do so by either opening **SourceTree** and clicking **"Terminal"**, or navigating to your local Project: Serenity repository (the folder where ProjectSerenity.uproject is located), right clicking, and selecting "Git Bash here". ### 1. Pull Latest Changes