From f641841e8b89a45ca386a638f410e5e4785fa8a2 Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Fri, 3 Jun 2022 08:59:13 -0400 Subject: [PATCH] Lists shouldn't start at 0 --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08b65967291..9288b658061 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,12 +18,12 @@ To effectively work on the project the following tools are required: ### Setting everything up -0. Clone the project from GitGud.io ([Detailed Git setup and work cycle](devNotes/gitSetup.md)) -1. Navigate to the `fc-pregmod` root directory. +1. Clone the project from GitGud.io ([Detailed Git setup and work cycle](devNotes/gitSetup.md)) +2. Navigate to the `fc-pregmod` root directory. * Windows: Open the cmd/Powershell and execute `cd C:\path\to\project\fc-pregmod` - * GNU/Linux: Open a terminal and execute `cd /path/to/project/fc-pregmod/`. -2. Run `npm install` in your terminal -3. Open the directory in your preferred editor + * GNU/Linux: Open a terminal and execute `cd /path/to/project/fc-pregmod/` +3. Run `npm install` in your terminal +4. Open the directory in your preferred editor * Make sure you have an extension for ESlint installed to catch formatting errors -- GitLab