We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4b028 commit 24b9228Copy full SHA for 24b9228
docs/contributor-guide/development.md
@@ -22,7 +22,9 @@ The following development tools must be available in your local environment:
22
Build the project (run once):
23
- `task init`
24
- `task build`
25
-- `task generate:assets` to download locally the assets of the [Arduino Bricks](`https://github.com/arduino/app-bricks-py`)
+- `go tool task init`
26
+- `go tool task build`
27
+- `go tool task generate:assets` to download locally the assets of the [Arduino Bricks](https://github.com/arduino/app-bricks-py)
28
29
Start the arduino-app-cli in daemon mode:
30
- `ARDUINO_APP_CLI__DATA_DIR=debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli task start`
0 commit comments