mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-28 22:42:05 +01:00
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:
parent
0ee6b29edb
commit
18ee074864
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user