We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c6634 commit e1210d2Copy full SHA for e1210d2
docs/getting-started.md
@@ -222,8 +222,8 @@ $ arduino-cli compile --fqbn arduino:samd:mkr1000 MyFirstSketch
222
Sketch uses 9600 bytes (3%) of program storage space. Maximum is 262144 bytes.
223
```
224
225
-To upload the sketch to your board, run the following command, this time also
226
-providing the serial port where the board is connected:
+To upload the sketch to your board, run the following command, using the serial
+port your board is connected to:
227
228
```sh
229
$ arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:samd:mkr1000 MyFirstSketch
0 commit comments