1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00

Added link to bsdiff

This commit is contained in:
Mark Sanborn 2014-08-08 17:00:47 -07:00
parent 84bfbfc33c
commit b85251ea2a

View File

@ -6,7 +6,7 @@ Enable your Golang applications to self update. Inspired by Chrome based on Her
## Features ## Features
* Tested on Mac, Linux, Arm, and Windows * Tested on Mac, Linux, Arm, and Windows
* Creates binary diffs with bsdiff allowing small incremental updates * Creates binary diffs with [bsdiff](http://www.daemonology.net/bsdiff/) allowing small incremental updates
* Falls back to full binary update if diff fails to match SHA * Falls back to full binary update if diff fails to match SHA
## QuickStart ## QuickStart