cleracruza / test-mode-cheat-sheet

Cheat sheet for test mode (read-out of scanned OIDs) of TipToi pens
Other
13 stars 3 forks source link

Attach binaries as a release #3

Closed rugk closed 2 years ago

rugk commented 4 years ago

You currently put (release) binaries into your git source code repository. (tghe SVGs basically) This is not a good practice. You should consider using releases to attach these large binary files to these there, instead of committing them it into the repository, because then these always need to be cloned (by each fork/contributor/…).

Then you can also link to them in the Readme and make it clear one does not have to follow the installation steps, but can also just download the SVG and print it.

rugk commented 4 years ago

Oh or actually you did not include the finished binaries for the TipToi. As they should be always the same, could not you attach these then?

cleracruza commented 2 years ago

Done :-) https://github.com/cleracruza/test-mode-cheat-sheet/releases/tag/v0.0.1

rugk commented 2 years ago

Thanks a lot! :smiley: