setup-life-display

Instructions and scripts to setup sdl2-life on a Raspberry Pi
git clone https://www.brianlane.com/git/setup-life-display
Log | Files | Refs | README

commit 96f0a032592e3c59be8b85b0f48cbd10bb2448ff
parent bb364bf1bba3d8f088b986490a3e0747ccabb4d7
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sat,  5 Aug 2023 12:20:13 -0700

Fix headers in README.md

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -= Initial setup of SD card for Life Display +# Initial setup of SD card for Life Display Download Pi OS lite version from https://www.raspberrypi.com/software/operating-systems/ @@ -37,7 +37,7 @@ ansible-playbook -v -k ./setup.yml the SSH password will be the password you created for the 'life' user. Or the default of asdasdasd -= Build sdl2-life +# Build sdl2-life It is easiest to just build the sdl2-life program on the Pi. The git repo has been checked out into /opt/sdl2-life/ and it should simply be a matter of running: @@ -46,7 +46,7 @@ out into /opt/sdl2-life/ and it should simply be a matter of running: to build it. -= Final Steps +# Final Steps At this point the system should be ready. You can run /home/life/run-life-server to test, and then reboot to make sure it starts on its own.