Skip to content

Commit ba1571a

Browse files
committed
fix numbered list
1 parent e97d5f1 commit ba1571a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/software/app-lab/tutorials/03.cli/apps-lab-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ You can also access the board via SSH, which is typically installed on your syst
3131

3232
>Note that it may take up to a minute for the device to appear after connecting it.
3333
34-
1. Run `adb shell`.
35-
2. You should now be inside your board's terminal.
34+
3. Run `adb shell`.
35+
4. You should now be inside your board's terminal.
3636

3737
![Terminal on the board.](assets/board-terminal.png)
3838

39-
3. You are now able to run commands via the terminal on your board! To exit from the terminal, simply type `exit`.
39+
5. You are now able to run commands via the terminal on your board! To exit from the terminal, simply type `exit`.
4040

4141
>Note: If you have not set up your board prior to this via the Arduino App Lab, the first time you run a command that requires authentication (such as `sudo`), you will be prompted to create a new password.
4242

0 commit comments

Comments
 (0)