diff --git a/README.md b/README.md index 774efb1..0fad4bd 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,15 @@ Check the current weather on any city on the planet. Switch between metric and i 3. `npm install` -4. Log-in to [Openweathermap.com](https://openweathermap.org/) and create an API key +4. Log-in to [Openweathermap.com](https://openweathermap.org/) -5. Rename .env.example to .env.local and paste API key +5. Create an API key -6. `npm run dev` +6. `cp .env.example .env.local` + +7. Paste API key as `OPENWEATHER_API_KEY` + +8. `npm run dev` ## Contributions