From 0b07f023725064cd2ed5f76e7d908d4f338c4b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 16 Dec 2024 19:24:53 +0100 Subject: [PATCH] Update development_environment.mdx (#2503) --- 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 2105173c..e2cd91a0 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -113,7 +113,7 @@ brew install python3 autoconf ffmpeg cmake make If you encounter build issues with `cryptography` when running the `script/setup` script below, check the cryptography documentation for [installation instructions](https://cryptography.io/en/latest/installation/#building-cryptography-on-macos). -## Setup Local Repository +### Setup Local Repository Visit the [Home Assistant Core repository](https://github.com/home-assistant/core) and click **Fork**. Once forked, setup your local copy of the source using the commands: