Show-Pi Documentation
Installation
- Use the official Raspberry Pi Imager (https://www.raspberrypi.com/software/) to download and install Raspberry Pi OS Lite (64-bit) on your connected boot drive of choice (SD card or USB).
- Customize your OS setting on Raspberry Pi Imager to preconfigure your hostname, username, wifi, etc.
- Boot your fresh install of Raspberry Pi OS Lite. It may reboot several times on first boot.
- Log into your Pi via SSH or by connecting a keyboard/mouse into your Pi.
- Run the update commands. Each line is a seperate command.
sudo apt update
sudo apt upgrade -y
- Reboot your system
sudo reboot
- Install git
sudo apt install git -y
- Clone the repository and run the setup script:
git clone https://github.com/johncoronado/show-pi.git
cd show-pi
./setup.sh
- Reboot your Pi after all scripts have finished.
sudo reboot
This site is generated using MkDocs and the Material for MkDocs theme.