diff --git a/README.md b/README.md index 8b0f6f0..e210aaa 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,16 @@ Since we installed raspbian lite on the pi, we'll need to install xorg and set i You can then configure nodm or just use the configuration file with this repo - cp files/etc/default/nodm /etc/default/nodm + cp files/etc/default/* /etc/default/ ## Download eggnoggplus To be continued +Then copy the setting file + + cp -R files/home/pi/.madgarden /home/pi/ + ## Install the service To allow eggnogg to start on boot, we install it as a systemd service, you can write your own or just use the one with this repos diff --git a/files/home/pi/.madgarden/settings.nogg b/files/home/pi/.madgarden/settings.nogg new file mode 100644 index 0000000..38c6208 Binary files /dev/null and b/files/home/pi/.madgarden/settings.nogg differ