mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
git add . git commit -m "docs: fixed a small typo in README"
Added instructions for cloning the repository and making changes.
This commit is contained in:
parent
3d2a4cb053
commit
c69d3f38df
1 changed files with 4 additions and 0 deletions
|
|
@ -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/<vanshmeena3113>/go-ethereum.git
|
||||
git checkout -b fix-typo-or-improvement
|
||||
git add .
|
||||
git commit -m "docs: fixed a small typo in README"
|
||||
|
|
|
|||
Loading…
Reference in a new issue