diff --git a/README.md b/README.md index c75c5bb..b85ec78 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a version manager, not an OpenClaw installer replacement. Installation is the mechanism; reproducible local OpenClaw environments are the product. +Website: https://site-neon-two.vercel.app + ## Status MVP crate scaffold with the full command surface from the PRD: @@ -202,8 +204,6 @@ After a GitHub Release exists: curl -fsSL https://raw.githubusercontent.com/PerfectPan/ocvm/main/install.sh | sh ``` -While the repository is private, fetch `install.sh` from an authenticated checkout or provide `GITHUB_TOKEN` to the script for release asset downloads. - ## Docker E2E Run real npm OpenClaw install validation in Docker instead of on the host: @@ -214,7 +214,7 @@ Run real npm OpenClaw install validation in Docker instead of on the host: ## Landing Page -The TanStack Start landing page lives in `site/` and is configured for Vercel preview deployments from this repository: +The TanStack Start landing page is deployed at https://site-neon-two.vercel.app. Source lives in `site/` and is configured for Vercel deployments from that directory: ```bash npm ci --prefix site diff --git a/docs/release.md b/docs/release.md index 62ea352..6de8a72 100644 --- a/docs/release.md +++ b/docs/release.md @@ -31,12 +31,6 @@ Users can install the latest release with: curl -fsSL https://raw.githubusercontent.com/PerfectPan/ocvm/main/install.sh | sh ``` -For private repository installs, set a token with `repo` access: - -```bash -GITHUB_TOKEN=... curl -fsSL https://raw.githubusercontent.com/PerfectPan/ocvm/main/install.sh | sh -``` - ## Docker E2E Use Docker to validate real npm OpenClaw install behavior without touching the host: @@ -46,4 +40,3 @@ Use Docker to validate real npm OpenClaw install behavior without touching the h ``` The container sets `OCVM_HOME=/tmp/ocvm-home`, installs from npm, and runs `ocvm exec -- openclaw --version`. - diff --git a/site/src/routes/index.tsx b/site/src/routes/index.tsx index 14660b3..9eaa105 100644 --- a/site/src/routes/index.tsx +++ b/site/src/routes/index.tsx @@ -90,7 +90,7 @@ OpenClaw 2026.3.28`}

Install

-

One command after the first GitHub Release is published.

+

One command once the first GitHub Release is published.

           curl -fsSL https://raw.githubusercontent.com/PerfectPan/ocvm/main/install.sh | sh