Skip to content

Commit 4c7793b

Browse files
committed
docs: update installation instructions for clarity and formatting consistency
1 parent e4a8728 commit 4c7793b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Accessible from any device via a browser, it makes coding, electronics, and AI h
1111

1212
## Installation
1313

14-
- Connect the Arduino Uno Q board via USB
15-
- Open an `adb shell` into the board using [adb](https://docs.arduino.cc/software/app-lab/tutorials/cli/)
16-
- Copy and paste the following command into the terminal to install the latest `scratch-arduino-app` into the board:
14+
- Open a terminal inside the UNO Q board (you can also use the [adb](https://docs.arduino.cc/software/app-lab/tutorials/cli/) tool)
15+
- Copy and paste the following command into the terminal to install the latest `scratch-arduino-app`:
1716

1817
```
1918
curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/install.sh | bash
@@ -23,7 +22,7 @@ curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/inst
2322

2423
NOTE: the `https` is needed by the `getUserMedia()` method for security reason.
2524

26-
### Local development
25+
## Local development
2726

2827
- `task scratch:init`
2928
- `task scratch:local:start`

0 commit comments

Comments
 (0)