From 18ee074864c9baf00108bd0280553e3ce1b4c0e7 Mon Sep 17 00:00:00 2001 From: erapade Date: Tue, 28 Nov 2023 11:10:31 +0100 Subject: [PATCH] missing change directory directive (#3391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- guides/contributing.rst | 4 ++++ 1 file changed, 4 insertions(+) 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