Skip to content

Document website and release install flow#13

Merged
PerfectPan merged 3 commits into
mainfrom
docs/website-install-metadata
May 4, 2026
Merged

Document website and release install flow#13
PerfectPan merged 3 commits into
mainfrom
docs/website-install-metadata

Conversation

@PerfectPan

@PerfectPan PerfectPan commented May 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add the deployed website URL to the README.
  • Clarify the install command as the post-release path, without private-repo caveats.
  • Update the landing page install copy to match the release docs.

GitHub metadata

Already updated repo description and homepage:

Validation

  • docker run --rm -u "$(id -u):$(id -g)" -e npm_config_cache=/tmp/npm-cache -v "$PWD":/work -w /work/site node:22-bookworm sh -lc "npm ci && npm run build"
  • cargo fmt --check
  • git diff --check

Comment thread docs/release.md Outdated
GITHUB_TOKEN=... curl -fsSL https://raw.githubusercontent.com/PerfectPan/ocvm/main/install.sh | sh
curl -fsSL -H "Authorization: Bearer $GITHUB_TOKEN" \
https://raw.githubusercontent.com/PerfectPan/ocvm/main/install.sh | \
GITHUB_TOKEN="$GITHUB_TOKEN" sh

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to include this — I’ll make the repo public soon.

@PerfectPan PerfectPan changed the title Clarify website and private install flow Document website and release install flow May 4, 2026
@PerfectPan PerfectPan merged commit 12c3fd2 into main May 4, 2026
1 check passed
@PerfectPan PerfectPan deleted the docs/website-install-metadata branch May 4, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant