Files
p2rank/misc/development-notes.md
rdk 126a0653f0 move tutorials to documentation/, update rescoring tutorial and README
Move misc/tutorials/ to documentation/ and add index readme.
Update rescoring.md: add quick-start examples, paper links for all
methods, add Pocketeer to supported methods list.
Fix stale links in README.md (tutorials path, local-env.sh typo).
2026-02-11 10:52:20 +01:00

9 lines
108 B
Markdown

# Random development notes
## Upgrade gradle wrapper
~~~sh
./gradlew wrapper --gradle-version latest
~~~