From fc874fb54fbc6f0811c3ef533959f978798bb42a Mon Sep 17 00:00:00 2001 From: evill Date: Thu, 26 Feb 2026 16:55:16 +0200 Subject: [PATCH] add tools pp dev to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4f0bd2af4..8f0705f95c 100644 --- a/README.md +++ b/README.md @@ -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