diff --git a/README.md b/README.md index 8a66630..15eb696 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ cd next-beats npm install # or yarn install +# or +pnpm install +# or +bun install ``` 3. Run the development server: @@ -80,6 +84,10 @@ yarn install npm run dev # or yarn dev +# or +pnpm dev +# or +bun dev ``` 4. Open [http://localhost:3000](http://localhost:3000) in your browser to start vibing! 🎧