From d98fab004fb8a03a6846582125527b4f376d1c1c Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Fri, 1 Aug 2025 21:49:23 +0200 Subject: [PATCH] fix: correct numbering in installation instructions for clarity --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51b1271..49402db 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,15 @@ To install and run this application, you need the following tools: ### 1st step - Get the source code **You can either clone the repository or download the latest release. Keep in mind that the cloned version may contain bugs.** -- Clone the repository: +1. Clone the repository: ```bash git clone https://git.the1s.de/theis.gaedigk/weather-app.git ``` **or** -- Download the latest release from the [releases page](https://git.the1s.de/theis.gaedigk/weather-app/releases/latest). -- Unzip the downloaded file to your desired location. +1. Download the latest release from the [releases page](https://git.the1s.de/theis.gaedigk/weather-app/releases/latest). +2. Unzip the downloaded file to your desired location. #### 2nd step - Using Node.js and npm