From 35f8be33d28baf96e2e4c80b81880a512d365175 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 12 Jan 2026 10:00:26 +0000 Subject: [PATCH] docs: remove git source install snippet --- docs/install/index.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index f1e5ea91af..8557852a84 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -69,26 +69,6 @@ Equivalent env vars (useful for automation): - `CLAWDBOT_NO_ONBOARD=1` - `SHARP_IGNORE_GLOBAL_LIBVIPS=0|1` (default: `1`; avoids `sharp` building against system libvips) -## Install from GitHub (from source) - -Use this if you want a source checkout you can edit, or you prefer `clawdbot update`. - -```bash -curl -fsSL https://clawd.bot/install.sh | bash -s -- --install-method git --no-onboard -``` - -What it does: - -- Clones `https://github.com/clawdbot/clawdbot.git` into `~/clawdbot` (or `--git-dir`) -- Runs `pnpm install`, `pnpm ui:build` (best-effort), and `pnpm build` -- Adds a wrapper at `~/.local/bin/clawdbot` pointing at `/dist/entry.js` - -Update later: - -```bash -clawdbot update --restart -``` - ## Global install (manual) If you already have Node: