diff --git a/README.md b/README.md index 89e7b18..67e74ba 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,12 @@ Eggnogg on the Raspberry PI ! - - ## Description For all of you who need to run eggnoggplus on a raspberry pi to get frenzied parties, eggnoggpi is the right project. In this readme, you will see how to setup a PI02W to autostart with eggnoggpi, so you only need to connect 2 controller, and a screen, power on the pi, and play ! - - ## Hardware needed * [Raspberry PI02W](https://www.kubii.com/en/nano-computers/3455-raspberry-pi-zero-2-w-5056561800004.html) @@ -24,8 +20,6 @@ In this readme, you will see how to setup a PI02W to autostart with eggnoggpi, s Estimated total cost arround 50$ - - ## Setup Raspbian Lite 64 bit First thing first, you'll need to install raspbian lite on your pi, you can do this just by downloading rpi-image from the official raspberry pi website https://www.raspberrypi.com/software @@ -36,14 +30,12 @@ https://www.raspberrypi.com/documentation/computers/getting-started.html Connect, setup Wi-Fi and run somes update. - - ## Install -``` +```she sudo apt install -y git git clone https://git.heuzef.com/Flutter/eggnoggpi.git cd eggnoggpi sudo apt install -y ./box64.deb -sudo apt install -y ./eggnogg.deb +sudo apt install -y ./eggnoggpi.deb ```