From 88a8625e9b56ce6ddc9b43d5720328a3f1e7d472 Mon Sep 17 00:00:00 2001 From: Alex Berry Date: Fri, 22 Nov 2019 23:01:22 +0000 Subject: [PATCH] More stuff --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b43d7c..0385c38 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Then return to option 7 again and choose A3 memory split: ![raspi-config-mainscreen](images/raspi-config-advanced-memory.png) -Set this to 128 and then exit raspi-config. When prompted to restart, select yes - this is to ensure the disk is resized before we updated. +Set this to __128mb__ and then exit raspi-config. When prompted to restart, select yes - this is to ensure the disk is resized before we updated. # Update the system @@ -101,7 +101,7 @@ pi@raspberrypi:~ $ curl http://www.linux-projects.org/listing/uv4l_repo/lpkey.as OK ``` -Then add the repository to apt sources and check the file after to confirm: +Then add the repository to apt sources and use the _cat_ command to check the contents of the file after to confirm: ```bash pi@raspberrypi:~ $ echo -e "\ndeb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main" | sudo tee -a /etc/apt/sources.list @@ -112,6 +112,7 @@ deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi #deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main +pi@raspberrypi:~ $ ``` ```bash