Bump version number in preparation for new release.
This commit is contained in:
parent
fb41e4a89a
commit
032858d207
@ -32,12 +32,12 @@ Optional extras:
|
||||
|
||||
Preparing the image is easy. Assuming you're on OS X:
|
||||
|
||||
1. `$ wget https://github.com/futurice/chilipie-kiosk/releases/download/v1.1/chilipie-kiosk-v1.1.img.zip`
|
||||
1. `$ unzip chilipie-kiosk-v1.1.img.zip`
|
||||
1. `$ wget https://github.com/futurice/chilipie-kiosk/releases/download/v1.2/chilipie-kiosk-v1.2.img.zip`
|
||||
1. `$ unzip chilipie-kiosk-v1.2.img.zip`
|
||||
1. Insert your microSD card
|
||||
1. `$ diskutil list` to check the correct device
|
||||
1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging
|
||||
1. `$ sudo dd bs=1m if=chilipie-kiosk-v1.1.img of=/dev/rdisk2` to flash the card
|
||||
1. `$ sudo dd bs=1m if=chilipie-kiosk-v1.2.img of=/dev/rdisk2` to flash the card
|
||||
1. Grab a coffee, this will take a while
|
||||
1. `$ diskutil unmountDisk /dev/disk2` to safely eject the card
|
||||
1. Insert the microSD card to your Pi and power it up!
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## Baseline setup
|
||||
|
||||
Replace `$TAG` with whatever version is being built, e.g. `v1.1`.
|
||||
Replace `$TAG` with whatever version is being built, e.g. `v1.2`.
|
||||
|
||||
1. Flash your SD card (assuming OS X):
|
||||
1. Get [Ubuntu MATE 15.10.1](https://ubuntu-mate.org/raspberry-pi/) and decompress into an `.img` file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user