Skip to content

Commit 69f0a66

Browse files
authored
Merge pull request #301 from evilldev/pp-dev-in-readme
Add instructions to README.md to use the pp-dev branch in osu-tools
2 parents 75b44f3 + fc874fb commit 69f0a66

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ Most relevant code is in the main [ppy/osu](https://github.com/ppy/osu) reposito
3232
git clone https://github.com/ppy/osu-tools
3333
git clone https://github.com/ppy/osu
3434
```
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
3636
```shell
3737
cd osu
3838
git checkout -b pp-dev origin/pp-dev
39+
cd ../osu-tools
40+
git checkout -b pp-dev origin/pp-dev
3941
```
4042
- Run the `./UseLocalOsu.ps1` powershell script (or `./UseLocalOsu.sh`) to use your local copy of ppy/osu
4143

0 commit comments

Comments
 (0)