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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,12 @@ Most relevant code is in the main [ppy/osu](https://github.com/ppy/osu) reposito
32
32
git clone https://github.com/ppy/osu-tools
33
33
git clone https://github.com/ppy/osu
34
34
```
35
-
- If you're planning to work on the difficulty and/or performance calculation changes you will need to use the `pp-dev` branch of the `osu`repository
35
+
- If you're planning to work on the difficulty and/or performance calculation changes you will need to use the `pp-dev` branch of the `osu`and `osu-tools` repositories
36
36
```shell
37
37
cd osu
38
38
git checkout -b pp-dev origin/pp-dev
39
+
cd ../osu-tools
40
+
git checkout -b pp-dev origin/pp-dev
39
41
```
40
42
- Run the `./UseLocalOsu.ps1` powershell script (or `./UseLocalOsu.sh`) to use your local copy of ppy/osu
0 commit comments