From 87fee770da50dda3c78926728388649f15988b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinc=C3=A8n?= Date: Sat, 8 Jun 2024 11:01:54 +0200 Subject: [PATCH] Update development_environment.mdx (#2082) --- docs/development_environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index 7740a327..3c098dc7 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -124,7 +124,7 @@ Visit the [Home Assistant Core repository](https://github.com/home-assistant/cor Once forked, setup your local copy of the source using the commands: ```shell -git clone https://github.com/YOUR_GIT_USERNAME/core.git +git clone https://github.com/YOUR_GIT_USERNAME/short_name_of_your_fork cd core git remote add upstream https://github.com/home-assistant/core.git ```