Skip to content

Commit 4f581ed

Browse files
TorcheryWires77
andauthored
Improve development setup documentation (#5801)
* better clarification for noobs * Update CONTRIBUTING.md --------- Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
1 parent 73f2607 commit 4f581ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ The easiest way to make and test changes is by setting up a development installa
6161
1. Clone the repository using this command:
6262

6363
git clone -b dev https://github.com/PathOfBuildingCommunity/PathOfBuilding.git
64-
2. Start Path of Building from the repository by running `./runtime/Path{space}of{space}Building.exe`.
64+
65+
2. Go to the actual folder on your computer where you cloned Path of Building. (e.g. C:/XX/GitHub/PathOfBuilding/runtime/)
66+
67+
cd PathOfBuilding
68+
69+
3. Start Path of Building from the repository by running `./runtime/Path{space}of{space}Building.exe`.
6570

6671
You can now use the shortcut to run the program from the repository. Running the program in this manner automatically enables "Dev Mode", which has some handy debugging feature:
6772
* `F5` restarts the program in-place (this is what usually happens when an update is applied).

0 commit comments

Comments
 (0)