mirror of
https://github.com/iamlukethedev/Claw3D.git
synced 2026-08-14 00:58:04 +00:00
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:
co-authored by
A A
Claude Sonnet 5
parent
eeb6f31f06
commit
70ba84c1b1
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user