From 6fa5eb967c6c6d4a9e66bdf6628de74a2dfb96e9 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Tue, 8 Aug 2023 23:48:28 +0530 Subject: [PATCH] Additional changes to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 003f9059..a3759133 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,6 @@ While we have purposefully avoided introducing JavaScript frameworks to concentr You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`. -This project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below. ### Fork this repository @@ -95,6 +94,7 @@ This project aims to simplify and guide the way beginners make their first contr Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account. + ### Clone the repository Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon. @@ -113,12 +113,15 @@ git clone https://github.com/your-name/Web-Dev-For-Beginners.git where `your-name` is your GitHub username. + + ### Install Docsify ``` npm install -g docsify-cli ``` + ### Navigate to Repository Change to the repository directory on your computer (if you are not already there):