From ea736a18a5ab5aaf9d3a869f29b4d291313eb0d5 Mon Sep 17 00:00:00 2001 From: Alex Berry Date: Sun, 1 Mar 2020 15:36:43 +0000 Subject: [PATCH] Updates --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 679c6a2..1bbe72a 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,14 @@ deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch mai pi@raspberrypi:~ $ ``` +Then update the your apt sources and install the uv4l packages: + ```bash -pi@raspberrypi:~ $ sudo apt install uv4l uv4l-raspicam uv4l-raspicam-extras +pi@raspberrypi:~ $ sudo apt update && sudo apt install uv4l uv4l-raspicam uv4l-raspicam-extras -y ``` +Then reboot to autoload kernel modules: + ```bash pi@raspberrypi:~ $ sudo reboot ```