Skip to content

Commit 015c9e2

Browse files
committed
update readme
1 parent 79ccf39 commit 015c9e2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,17 @@ Tested on Raspberry Pi 4 Model B (8 GB).
2626

2727
## Install
2828

29-
* `wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb`
30-
* `sudo apt install -y ./libfacedetection.deb`
29+
```shell
30+
wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb
31+
32+
sudo apt install -y ./libfacedetection.deb
33+
```
3134

3235
## Uninstall
3336

34-
* `sudo apt purge --autoremove -y libfacedetection`
37+
```shell
38+
sudo apt purge --autoremove -y libfacedetection
39+
```
3540

3641
## Debian Package
3742

0 commit comments

Comments
 (0)