Skip to content

Commit 9f81423

Browse files
committed
chore: remove git source install hint
1 parent 41aec16 commit 9f81423

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ EOF
645645
echo -e "Installed from source. To update later, run: ${INFO}clawdbot update --restart${NC}"
646646
echo -e "Switch to global install later: ${INFO}curl -fsSL https://clawd.bot/install.sh | bash -s -- --install-method npm${NC}"
647647
elif [[ "$INSTALL_METHOD" == "npm" ]]; then
648-
echo -e "Source install (GitHub checkout): ${INFO}curl -fsSL https://clawd.bot/install.sh | bash -s -- --install-method git --no-onboard${NC}"
649648
elif [[ "$is_upgrade" == "true" ]]; then
650649
echo -e "Upgrade complete. Run ${INFO}clawdbot doctor${NC} to check for additional migrations."
651650
else

0 commit comments

Comments
 (0)