mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: correct repository name casing in clone instructions
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user