diff --git a/README.md b/README.md index d46c74f..4e6e99b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p ## Building next version of Skia 1. Find the release commit in [Skia repository](https://github.com/google/skia) (look for chrome/mXXX branch) -2. Rebase `skiko` branch in [Skia fork repository](https://github.com/JetBrains/skia) on this commit +2. Rebase `skiko` branch in [Skia fork repository](https://github.com/JetBrains/skia) on this commit and force push 3. Update `version` in [.github/workflows/build.yml](https://github.com/JetBrains/skia-pack/blob/master/.github/workflows/build.yml). ## Building locally