Browse Source

Update README.md

master
Heuzef 4 months ago
parent
commit
89c4ce13d9
1 changed files with 2 additions and 10 deletions
  1. +2
    -10
      README.md

+ 2
- 10
README.md View File

@@ -2,16 +2,12 @@


Eggnogg on the Raspberry PI ! Eggnogg on the Raspberry PI !




## Description ## Description


For all of you who need to run eggnoggplus on a raspberry pi to get frenzied parties, eggnoggpi is the right project. 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 ! 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 ## Hardware needed


* [Raspberry PI02W](https://www.kubii.com/en/nano-computers/3455-raspberry-pi-zero-2-w-5056561800004.html) * [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$ Estimated total cost arround 50$




## Setup Raspbian Lite 64 bit ## 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 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. Connect, setup Wi-Fi and run somes update.




## Install ## Install


```
```she
sudo apt install -y git sudo apt install -y git
git clone https://git.heuzef.com/Flutter/eggnoggpi.git git clone https://git.heuzef.com/Flutter/eggnoggpi.git
cd eggnoggpi cd eggnoggpi
sudo apt install -y ./box64.deb sudo apt install -y ./box64.deb
sudo apt install -y ./eggnogg.deb
sudo apt install -y ./eggnoggpi.deb
``` ```

Loading…
Cancel
Save