Install osmc with .img.gz file

After installing OSMC on an SD card through the installer.dmg, i’m left with a .img.gz file in my Macs home folder. Is there a way to install OSMC using the img.gz file? I’m using OS X and want to set up OSMC on an SD to run on a Raspberry Pi 2. Thanks

Open the the gz file via finder and save the img file.
Open command line and use the dd command to put the file on the sd card.
dd if=*.img of=sd card
Use mount command to find location of sd card usually /dev/disk1
You may have to use disk utility to unmount the sd card.
Be careful as you could overwrite the wrong mount point.

Jules

You can also re-run the installer.dmg and choose ‘Use local image’

Sam