Skip to content

Commit 5ec9451

Browse files
committed
docs: clarify building instructions and fix command syntax in development guide
1 parent ee3aa5a commit 5ec9451

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/contributor-guide/development.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ The following development tools must be available in your local environment:
1616
- [adb client](https://developer.android.com/tools/adb) [optionally]
1717

1818
## Building the Project
19+
---
20+
❗ Building on Windows machines is not supported.
21+
---
1922

2023
Build the project (run once):
2124

@@ -25,7 +28,7 @@ Build the project (run once):
2528

2629
Start the arduino-app-cli in daemon mode:
2730

28-
- `ARDUINO_APP_CLI__DATA_DIR=debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli task start`
31+
- `ARDUINO_APP_CLI__DATA_DIR=debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli go tool task start`
2932

3033
NOTE: only a subset of HTTP APIs are working by running the daemon mode into a development PC. To run the `arduino-app-cli` into the board see `Running`arduino-app-cli`into the board` section.
3134

0 commit comments

Comments
 (0)