You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,12 @@ The easiest way to make and test changes is by setting up a development installa
61
61
1. Clone the repository using this command:
62
62
63
63
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`.
65
70
66
71
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:
67
72
*`F5` restarts the program in-place (this is what usually happens when an update is applied).
0 commit comments