We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ccf39 commit 015c9e2Copy full SHA for 015c9e2
README.md
@@ -26,12 +26,17 @@ Tested on Raspberry Pi 4 Model B (8 GB).
26
27
## Install
28
29
-* `wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb`
30
-* `sudo apt install -y ./libfacedetection.deb`
+```shell
+wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb
31
+
32
+sudo apt install -y ./libfacedetection.deb
33
+```
34
35
## Uninstall
36
-* `sudo apt purge --autoremove -y libfacedetection`
37
38
+sudo apt purge --autoremove -y libfacedetection
39
40
41
## Debian Package
42
0 commit comments