From acb4ea8f560b9ec6c1558dc29ab3177c97ea2326 Mon Sep 17 00:00:00 2001 From: jhealy Date: Sun, 10 Jan 2021 12:31:35 -0500 Subject: [PATCH] Formatting changes on README.md v15 --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1ea7204..902a44b 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,7 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P ``` sudo apt-get install python3-pip ``` - * Recommended, but may not be required, setting your Python install to default with Python 3.\ - There are multiple ways to do this, here's an example: + * Recommended, but may not be required, setting your Python install to default with Python 3. There are multiple ways to do this, here's an example: ``` sudo apt-get install -y python3 git python3-pip sudo update-alternatives --install /usr/bin/python python $(which python2) 1 @@ -105,16 +104,16 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P ``` sudo nano /boot/config.txt ``` - * If it doesn't already exist, add: - ``` - hdmi_force_hotplug=1 - hdmi_force_edid_audio=1 - ``` - * Save and exit the file (ctrl + x > y) - * Reboot Raspberry Pi - ``` - sudo reboot - ``` + * If it doesn't already exist, add: + ``` + hdmi_force_hotplug=1 + hdmi_force_edid_audio=1 + ``` + * Save and exit the file (ctrl + x > y) + * Reboot Raspberry Pi + ``` + sudo reboot + ``` ## Usage TBD