Skip to content

Commit 62b0ebf

Browse files
committed
readme
1 parent 5bf0207 commit 62b0ebf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@ Our architecture is designed to help maintain compliance with:
8181

8282
```bash
8383
# Clone the repository
84-
git clone https://github.com/your-username/Mailbuddy.git
84+
git clone https://github.com/izadoesdev/mailer
8585

8686
# Navigate to project directory
8787
cd Mailbuddy
8888

8989
# Install dependencies
90-
npm install
90+
bun install
9191

9292
# Set up environment variables
9393
cp .env.example .env.local
9494
# Fill in required environment variables
9595

9696
# Start development server
97-
npm run dev
97+
bun run dev
9898
```
9999

100100
### Environment Setup

0 commit comments

Comments
 (0)