Merge pull request #16 from thibmaek/patch-1

Install guideline for OS X / macOS
This commit is contained in:
Jarno Rantanen 2016-09-22 12:34:14 +03:00 committed by GitHub
commit 045b4b84e6

View File

@ -31,10 +31,9 @@ Not all hardware works perfectly with the Pi, so to save you some digging, here'
## Software ## Software
Preparing the image is easy. Assuming you're on OS X: Preparing the image is easy. Assuming you're on macOS:
1. `$ wget https://github.com/futurice/chilipie-kiosk/releases/download/v1.2.1/chilipie-kiosk-v1.2.1.img.zip` 1. `$ curl -O -L https://github.com/futurice/chilipie-kiosk/releases/download/v1.2.1/chilipie-kiosk-v1.2.1.img.zip | unzip`
1. `$ unzip chilipie-kiosk-v1.2.1.img.zip`
1. Insert your microSD card 1. Insert your microSD card
1. `$ diskutil list` to check the correct device 1. `$ diskutil list` to check the correct device
1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging 1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging