From 5129d64524e5c36e2ecddba945cc70acedaa717d Mon Sep 17 00:00:00 2001 From: Civlo85 <70633987+Civlo85@users.noreply.github.com> Date: Wed, 2 Sep 2020 11:59:03 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d61c855..ed4db18 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ $ pip3 install gsmHat 2. Enable the Uart Interface in your Raspberry Pi - 1. Start raspi-config: `sudo raspi-config`. - 2. Select option 5 - interfacing options. - 3. Select option P6 - serial. - 4. At the prompt `Would you like a login shell to be accessible over serial?` answer 'No' - 5. At the prompt `Would you like the serial port hardware to be enabled?` answer 'Yes' - 6. Exit raspi-config and reboot the Pi for changes to take effect. + 1. Start raspi-config: `sudo raspi-config`. + 2. Select option 5 - interfacing options. + 3. Select option P6 - serial. + 4. At the prompt `Would you like a login shell to be accessible over serial?` answer 'No' + 5. At the prompt `Would you like the serial port hardware to be enabled?` answer 'Yes' + 6. Exit raspi-config and reboot the Pi for changes to take effect. 3. Import gsmHat to your project