fix: correct repository name casing in clone instructions

This commit is contained in:
SnapOtter
2026-05-10 22:41:52 +08:00
parent 172c0fa772
commit 8598808b3c
+2 -2
View File
@@ -53,8 +53,8 @@ See [Configuration](/guide/configuration) for all environment variables.
**Prerequisites:** Node.js 22+, pnpm 9+, Python 3.10+ (for AI features), Git.
```bash
git clone https://github.com/snapotter-hq/snapotter.git
cd snapotter
git clone https://github.com/snapotter-hq/SnapOtter.git
cd SnapOtter
pnpm install
pnpm dev
```