From 445a664d26a2747f3a9ca8b51ea67b5e530c6e02 Mon Sep 17 00:00:00 2001 From: ESP32-C6 Date: Mon, 1 Sep 2025 15:12:44 +0200 Subject: [PATCH] Update development.md to clarify bootstrap instructions (#2684) --- docs/frontend/development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/frontend/development.md b/docs/frontend/development.md index 10e0518a5..36eb78bf8 100644 --- a/docs/frontend/development.md +++ b/docs/frontend/development.md @@ -142,6 +142,10 @@ script/setup_translations This needs to be done manually, even if you are using dev containers. Also, you will be asked to enter a code and authorize the script to fetch the latest translations. ::: +:::note +If you are using a development container, run these commands inside the container. +::: + ## Development ### Run development server