From c69d3f38df01d9276c1dea00c991bad1ae503dbe Mon Sep 17 00:00:00 2001 From: vanshmeena3113 Date: Thu, 13 Nov 2025 09:20:08 +0530 Subject: [PATCH] git add . git commit -m "docs: fixed a small typo in README" Added instructions for cloning the repository and making changes. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 639286ba9f..df3ee77c24 100644 --- a/README.md +++ b/README.md @@ -254,3 +254,7 @@ also included in our repository in the `COPYING.LESSER` file. The go-ethereum binaries (i.e. all code inside of the `cmd` directory) are licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included in our repository in the `COPYING` file. +git clone https://github.com//go-ethereum.git +git checkout -b fix-typo-or-improvement +git add . +git commit -m "docs: fixed a small typo in README"