From c69fde033574c6623229a231d15eace9f3bd624c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 28 Mar 2023 21:55:56 +0200 Subject: [PATCH] changes according to #589 --- docs/development/firmware/building.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/firmware/building.mdx b/docs/development/firmware/building.mdx index f5cd4113..c3801345 100644 --- a/docs/development/firmware/building.mdx +++ b/docs/development/firmware/building.mdx @@ -15,12 +15,12 @@ Meshtastic uses [PlatformIO](https://platformio.org), a development environment ``` 3. Update the repository's [submodules](https://github.com/meshtastic/firmware/blob/master/.gitmodules) ```shell - git submodule update --init + cd firmware && git submodule update --init ``` ## Build -1. Open the newly cloned folder in [Visual Studio Code](https://code.visualstudio.com). +1. Open the newly cloned folder in [Visual Studio Code](https://code.visualstudio.com). If you do this for the first time, this can take quite some while as PlatformIO will download all the necessary tooling and libraries. Also if platformio is not installed, VSCode will ask you to install it, probably requiring a restart of the program. 2. To select the device you you wish to build, open your [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette): - Windows: `Ctrl + Shift + P` - Mac: `command + Shift + P`