missing change directory directive (#3391)

* missing change directory directive

I added the "cd esphome" command in the GIT section to make it easier for users not that familiar with GIT

* Update contributing.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
erapade 2023-11-28 11:10:31 +01:00 committed by GitHub
parent 0ee6b29edb
commit 18ee074864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -373,6 +373,10 @@ a fork of the repository that you can modify and create git branches on.
git clone https://github.com/<YOUR_GITHUB_USERNAME>/<REPO_NAME>.git
# For example: git clone https://github.com/OttoWinter/esphome.git
# To continue you now need to enter the directory you created above
cd <REPO_NAME>
# For example: cd esphome
# Add "upstream" remote
git remote add upstream https://github.com/esphome/<REPO_NAME>.git
# For example: git remote add upstream https://github.com/esphome/esphome.git