diff --git a/README.md b/README.md index c87e042..918afd0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next First, run the development server: ```bash +# Install dependencies +npm install +# Run it npm run dev + # or yarn dev ```