From 1fae8e4682289e106a9ed1dbdcfe915562827b43 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Fri, 26 Apr 2024 13:52:13 +0100 Subject: [PATCH] Readme tweaks --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7589043..97eb8c5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Automation HAT is a home monitoring and automation controller featuring relays, ### Full install (recommended): -We've created an easy installation script that will install all pre-requisites and get your BME680 +We've created an easy installation script that will install all pre-requisites and get your Automation HAT up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below: @@ -47,10 +47,11 @@ cd automationhat-python ./install.sh --unstable ``` -In all cases you will have to enable the i2c bus: +In all cases you will have to enable the I2C bus (and SPI for Automation HAT Mini): ``` sudo raspi-config nonint do_i2c 0 +sudo raspi-config nonint do_spi 0 ``` ## Documentation & Support