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.
|
**Prerequisites:** Node.js 22+, pnpm 9+, Python 3.10+ (for AI features), Git.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/snapotter-hq/snapotter.git
|
git clone https://github.com/snapotter-hq/SnapOtter.git
|
||||||
cd snapotter
|
cd SnapOtter
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm dev
|
pnpm dev
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user