Skip to content

How to Update the Download Page

Alden Hart edited this page Aug 2, 2015 · 14 revisions

Updating the hexes

page is here http://synthetos.github.io/

  • cd to synthetos.github.io local repo
  • git status (make sure it's clean)
  • git pull (update from github in case any changes have occurred)
  • add the new hex file to the binaries directory. Obey naming conventions for the hex
    • like do NOT add the .hex extension in the filename
  • generate the checksum with the command shasum tinyg-edge-440.13.hex (or whatever)
  • edit tinyg-binaries.json
  • git add -u
  • git commit -m"update edge to 440.13" (or whatever)
  • git push
Clone this wiki locally