Skip to content

Commit edf4580

Browse files
committed
Update adb.md
1 parent 7f99101 commit edf4580

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/06.adb

1 file changed

+3
-3
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/06.adb/adb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The ADB command line tool is supported on MacOS, Windows & Linux. For more speci
2828

2929
To install the ADB tools on **MacOS**, we can use `homebrew`. Open the terminal and run the following command:
3030

31-
```sh
31+
```
3232
brew install android-platform-tools
3333
```
3434

@@ -40,7 +40,7 @@ To install the ADB tools on **Windows**, we can use `winget`, supported on Windo
4040

4141
Open a terminal and run the following:
4242

43-
```sh
43+
```
4444
winget install Google.PlatformTools
4545
```
4646

@@ -50,7 +50,7 @@ To verify the tool is installed, run `adb version`.
5050

5151
To install ADB tools on a **Debian/Ubuntu Linux distribution**, open a terminal and run the following command:
5252

53-
```sh
53+
```
5454
sudo apt-get install android-sdk-platform-tools
5555
```
5656

0 commit comments

Comments
 (0)