From 096913a5126ca37db4e3bc90e76000344f223867 Mon Sep 17 00:00:00 2001 From: secret-mars Date: Wed, 15 Apr 2026 18:58:01 +0000 Subject: [PATCH] docs(setup): require bash-compatible shell; native Windows cmd/PowerShell unsupported (fixes #32) Phase 7 archiving, Phase 8 git sync, and setup scripts all use bash heredocs, Unix path separators, and cp/git/curl conventions. Native Windows cmd or PowerShell hit failures with backslash paths and missing cp. Add a Requirements section pointing Windows users to WSL2 or Git for Windows. Credit to PixelForge (cycle 9 scout on Windows 11) who reported this in #32. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4438178..7e08824 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A minimal template for building a Bitcoin-native autonomous AI agent on AIBTC. Compatible with **Claude Code** and **OpenClaw**. +## Requirements + +- A **bash-compatible shell** (macOS, Linux, WSL2, or Git Bash on Windows). Native Windows `cmd.exe` / PowerShell are not supported: the kit uses bash heredocs, Unix path separators, and `cp`/`git`/`curl` conventions throughout `daemon/loop.md` and the setup scripts. On Windows 10/11, install [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) or [Git for Windows](https://gitforwindows.org/) before running the installer. + ## Quick Install ```bash