The repository uses master as the default branch, but many documentation
files and scripts were referencing main branch URLs that would 404.
Updated all references from zeroclaw-labs/zeroclaw/main to
zeroclaw-labs/zeroclaw/master in README files and documentation.
Fixes#2929Fixes#3061
Co-authored-by: Argenis <theonlyhennygod@gmail.com>
- Dockerfile: replace heredoc with printf for config.toml to avoid
Docker parse error (unknown instruction WORKSPACE_DIR)
- install.sh: set DOCKER_BUILDKIT=1 when building image so RUN --mount works