Skip to content

Commit 5570d82

Browse files
committed
docs: Update BMG README.md typo (#349)
1 parent cf6bc25 commit 5570d82

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

gpu/arc/bmg/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,13 @@ Install the latest [Ubuntu* 24.04 LTS Desktop](https://releases.ubuntu.com/noble
1414
> **Note**
1515
> Please ensure that your display cable is connected to the dgpu
1616
17-
### 2. Download scripts
18-
This step will download the setup script to your current directory
17+
### 2. Download and run setup script
18+
This step will download and run the setup script to your current directory
1919
```bash
20-
wget https://raw.githubusercontent.com/intel/edge-developer-kit-reference-scripts/refs/heads/main/gpu/bmg/setup.sh
20+
sudo bash -c "$(wget -qLO - https://raw.githubusercontent.com/intel/edge-developer-kit-reference-scripts/refs/heads/main/gpu/arc/bmg/setup.sh)"
2121
```
2222

23-
### 3. Run the setup script
24-
This step will configure the basic setup of the platform. Make sure to run the script with **privileged access** and ensure that all of the requirements have been met before proceeding to the next step.
25-
```bash
26-
sudo bash setup.sh
27-
```
2823
After completing the setup, please reboot the system in order for the setup to be completed.
2924

3025
## Next Steps
31-
1. [Intel® Distribution of OpenVINO™ Toolkit](usecases/openvino/README.md)
26+
1. [Intel® Distribution of OpenVINO™ Toolkit](usecases/openvino/README.md)

0 commit comments

Comments
 (0)