diff --git a/guides/contributing.rst b/guides/contributing.rst index 13d018af9..5dd9e0394 100644 --- a/guides/contributing.rst +++ b/guides/contributing.rst @@ -373,6 +373,10 @@ a fork of the repository that you can modify and create git branches on. git clone https://github.com//.git # For example: git clone https://github.com/OttoWinter/esphome.git + # To continue you now need to enter the directory you created above + cd + # For example: cd esphome + # Add "upstream" remote git remote add upstream https://github.com/esphome/.git # For example: git remote add upstream https://github.com/esphome/esphome.git