sanbornm / go-selfupdate

Enable your Go applications to self update
MIT License
1.53k stars 175 forks source link

Example demonstrating how go-selfupdate works #22

Closed deinspanjer closed 7 years ago

deinspanjer commented 8 years ago

It took me a bit of playing to figure out how to use go-selfupdate, so I figured I'd share what I learned through an example. To run, just cd into the example directory and execute the run-example.sh script. The example leaves its files behind so the user can explore the public directory, etc.

Code is donated to the go-selfupdate project with the same license that project uses.

sanbornm commented 7 years ago

Thanks!