diff --git a/Software-%28en%29.md b/Software-%28en%29.md index 130429f..86eef98 100644 --- a/Software-%28en%29.md +++ b/Software-%28en%29.md @@ -63,7 +63,7 @@ sudo make install ``` 5. Install the ActionPi software. -``` +```console cd ~/Downloads/ git clone https://github.com/Seil0/ActionPi.git cd ActionPi/ @@ -79,9 +79,10 @@ chmod +x ActionPi 7. (Optional) Add i2c configuration for the real-time clock. `sudo i2cdetect -y 1; sudo modprobe rtc-ds1307; sudo echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device` 8. (Optional) Deactivate dhcpcd, speeds up the boot process, disables DHCP! (Not recommended!) -``` +```console sudo service dhcpcd stop sudo systemctl disable dhcpcd ``` + 9. Reboot the system (recommended). `sudo reboot` \ No newline at end of file