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.