Skip to content

Commit d2bbf5c

Browse files
author
Dario Limongi
authored
Update README.md
Fix missing character for proper running of command
1 parent 6d2295b commit d2bbf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Another performance test is available [here](https://www.theimpossiblecode.com/b
2121
Install OpenCV library prerequisites on your Raspberry Pi.
2222
```
2323
sudo apt-get update && sudo apt-get upgrade -y
24-
sudo apt-get install -y
24+
sudo apt-get install -y \
2525
libjpeg-dev libpng-dev libtiff-dev libgtk-3-dev \
2626
libavcodec-extra libavformat-dev libswscale-dev libv4l-dev \
2727
libxvidcore-dev libx264-dev libjasper1 libjasper-dev \

0 commit comments

Comments
 (0)