You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick Start and "Initial Setup" still described the standalone
kolibri-installer-android repo -- clone it, `uv venv`, and `make get-tar` a
pinned v0.17.0 release URL -- contradicting the "Monorepo & Android Studio"
section directly above them.
Delete Initial Setup, point Quick Start at `uv sync --group dev --all-packages`
and `make stage-workspace-tar`, and reword the monorepo section as direct
instructions now that the standalone commands it was a delta against are gone.
Prerequisites keeps the JDK and Python toolchain facts and gains a pointer to
the monorepo section, so it does not dead-end.
`make get-tar` stays a valid target -- platform-android-build_apk.yml uses it
for the workflow_dispatch tar-url path. This only stops the README recommending
it.
0 commit comments