Update README to correct development mode instructions to building the extension

This commit is contained in:
Space-Banane
2026-01-16 21:22:04 +01:00
parent 12cce14c33
commit 65b506b730

View File

@@ -14,9 +14,9 @@ A Raycast extension for quickly capturing ideas and opening your digital noteboo
```bash ```bash
pnpm install pnpm install
``` ```
3. Run the extension in development mode: 3. Build the Extension:
```bash ```bash
pnpm dev pnpm build
``` ```
## Configuration ## Configuration