Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ setup: _preflight-compose ## Interactive first-run wizard (re-runnable; remember
}; \
render .config.yaml.template data/.config.yaml; \
render docker-compose.yml.template docker-compose.yml; \
render zeroclaw-bridge.service.template zeroclaw-bridge.service; \
echo ""; \
$(MAKE) fetch-models; \
echo ""; \
Expand All @@ -219,8 +218,7 @@ setup: _preflight-compose ## Interactive first-run wizard (re-runnable; remember
echo " 1. Flash the StackChan firmware (see SETUP.md or m5stack/StackChan repo)."; \
echo " 2. In the device's Advanced Options, set the OTA URL to:"; \
echo " http://$$XIAOZHI_HOST:8003/xiaozhi/ota/"; \
echo " 3. Deploy zeroclaw-bridge.service to the ZeroClaw host and start it."; \
echo " 4. Run 'make doctor' to verify everything is healthy."; \
echo " 3. Run 'make doctor' to verify everything is healthy."; \
echo ""

# ─────────────────────────────────────────────────────────────────────
Expand Down
Loading
Loading