From 26b54f64616e02243608e9a64dc2ef234bf5ed53 Mon Sep 17 00:00:00 2001 From: Kuldeep Prasad Mishra Date: Sat, 17 Jan 2026 14:06:35 +0530 Subject: [PATCH] docs: clarify tooling requirement --- Contribute/content/how-to-write-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contribute/content/how-to-write-overview.md b/Contribute/content/how-to-write-overview.md index b067a666..351ef65c 100644 --- a/Contribute/content/how-to-write-overview.md +++ b/Contribute/content/how-to-write-overview.md @@ -42,7 +42,7 @@ Major changes involve more time and effort. Examples of major changes include: If you're making major changes, you need to download and install a few tools to make your work easier. Follow these steps to get started: -1. [Install Git and Markdown tools.](get-started-setup-tools.md) +1. [Install Git and Markdown tools (optional).](get-started-setup-tools.md) 1. [Set up a local Git repository.](get-started-setup-local.md) 1. [Make changes to the documentation.](how-to-write-major-edits.md) 1. [Create a PR.](create-pull-request.md)