From f0ffbf8b65e0187d91e401e398ea379338be4c54 Mon Sep 17 00:00:00 2001 From: Druss99 <42724070+Druss99@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:08:50 -0500 Subject: [PATCH] Updated Developer's Guide (markdown) --- Developer's-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Developer's-Guide.md b/Developer's-Guide.md index 6b8e606..837050c 100644 --- a/Developer's-Guide.md +++ b/Developer's-Guide.md @@ -29,10 +29,10 @@ When you install Python, make sure to install pip for dependencies management. T The following instructions work for the git command line. If using the GitHub Desktop or `gh` tools, the steps will be the same but the exact commands will differ. -To get started with development, run: +To get started with development, fork the repository through the github UI. Then clone your fork by running: ``` -git clone https://github.com/dcs-retribution/dcs-retribution.git +git clone https://github.com//dcs-retribution.git ``` This will automatically check out the develop branch.