Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ Most relevant code is in the main [ppy/osu](https://github.com/ppy/osu) reposito
git clone https://github.com/ppy/osu-tools
git clone https://github.com/ppy/osu
```
- 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
- 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
```shell
cd osu
git checkout -b pp-dev origin/pp-dev
cd ../osu-tools
git checkout -b pp-dev origin/pp-dev
```
- Run the `./UseLocalOsu.ps1` powershell script (or `./UseLocalOsu.sh`) to use your local copy of ppy/osu

Expand Down
Loading