README update

This commit is contained in:
nomadics9 2024-06-13 03:53:14 +03:00
parent 1dc4806818
commit f93b9b90b9

View file

@ -79,14 +79,14 @@ pocketbase serve
2. dev mode 2. dev mode
BUN 🐰 BUN 🐰
```bash ```bash
bun install && bun dev bun install && bun dev
``` ```
NPM 🪟 NPM 🪟
```bash ```bash
npm run install && npm run dev npm run install && npm run dev
``` ```