From a3f432fc3cb8c776f70218c80e213c01ab1259b7 Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Tue, 3 Aug 2021 14:25:28 +0300 Subject: [PATCH] edit readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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