docs: fix directory case in clone instructions (#145)

git clone with no target dir creates ./Claw3D (matching the repo
name), so `cd claw3d` fails on case-sensitive filesystems.

Co-authored-by: A A <aa@As-MacBook-Pro.local>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
thegreataf19
2026-07-14 08:52:27 +10:00
committed by GitHub
co-authored by A A Claude Sonnet 5
parent eeb6f31f06
commit 70ba84c1b1
+1 -1
View File
@@ -14,7 +14,7 @@ Please use GitHub Issues for bugs, feature requests, and questions about planned
## Local setup
```bash
git clone https://github.com/iamlukethedev/Claw3D.git
cd claw3d
cd Claw3D
npm install
cp .env.example .env
npm run dev