Update README.md

This commit is contained in:
Drew Bonasera 2016-04-22 02:25:31 -04:00
parent 2c6f069c2f
commit 62ba3fb3b7
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# PiShrink # # PiShrink #
PiShrink is a bash script that automatically shrink a pi image that will then resize to the max size of the SD card on boot. PiShrink is a bash script that automatically shrink a pi image that will then resize to the max size of the SD card on boot. This will make putting the image back onto the SD card faster and the shrunk images will compress better.
`Usage: ./pishrink imagefile.img` `Usage: ./pishrink imagefile.img`
## Example ## ## Example ##
@ -27,4 +28,4 @@ Shrunk pi.img from 30G to 3.1G
``` ```
## Credits ## ## Credits ##
Thanks to SirLagz for the code to shrink http://sirlagz.net/2013/03/10/script-automatic-rpi-image-downsizer/ Thanks to SirLagz for the code to shrink http://sirlagz.net/2013/03/10/script-automatic-rpi-image-downsizer/