From a5065ee93ee6f8a638c8a2fda3a25ee39815d0a7 Mon Sep 17 00:00:00 2001 From: Satyam shree <67473026+satya-sudo@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:18:56 +0530 Subject: [PATCH] Updated the CONTRIBUTING.md . Lines 37 to 40 Minor changes top lines 37 to 40 Removed repetitive steps --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9f0e597..50a857e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,8 +35,9 @@ This is a website built with **Jekyll**, a website generator that’s designed f You need to follow the below steps before making any changes to the code or adding a post: - Install Jekyll locally via the command line. -- Clone a starting point to your local machine, install Jekyll locally via the command line, make updates to your website, build it locally, and then serve it. -- Fork a starting point, make changes, and then serve it. +- Clone a starting point to your local machine. +- Make updates or changes. +- Build it locally, and then serve it. For the above steps to be done you need to be familiar with git and github. For installation, you may go through the following link: