Skip to content

Commit f9b30bf

Browse files
committed
update installation
1 parent 404a961 commit f9b30bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,18 @@ Tested on Raspberry Pi 4 Model B (8 GB).
3838
wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv.deb
3939
```
4040

41+
```shell
42+
sudo apt install -y ./opencv.deb
43+
```
44+
4145
* 64-bit:
4246

4347
```shell
4448
wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv_64.deb
4549
```
4650

4751
```shell
48-
sudo apt install -y ./opencv.deb
52+
sudo apt install -y ./opencv_64.deb
4953
```
5054

5155
## Uninstall

0 commit comments

Comments
 (0)