Update README.md

This commit is contained in:
Ace 2018-08-27 16:33:02 +02:00 committed by GitHub
parent dd30fdbf2d
commit 3a3fbe0cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ A python script for the rpi zero w to sync events from any online calendar to a
## Setup ## Setup
### Getting the Raspberry Pi Zero W ready ### Getting the Raspberry Pi Zero W ready
1. Expand the filesystem in the Terminal with **sudo raspi-config --expand-rootfs** 1. Expand the filesystem in the Terminal with **`sudo raspi-config --expand-rootfs`**
2. Enable SPI by entering **sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt** in the Terminal 2. Enable SPI by entering **sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt** in the Terminal
3. Set the correct timezone with **sudo dpkg-reconfigure tzdata**, selecting the correct continent and then the capital of your country. 3. Set the correct timezone with **sudo dpkg-reconfigure tzdata**, selecting the correct continent and then the capital of your country.
4. Reboot to apply changes 4. Reboot to apply changes