Ian Remmler wrote: > There's not much to see, really. I don't think a picture tells enough to > justify adding to the repo. I'll likely flesh out the readme a bit. But it's > easy to build and run to see what it does.
Heyho Ian, I also think an image would be helpful but should not be added to the master branch where your code is. You have two sane options: Add the image to your own webspace instead of committing it to the repository. Or create a new orphan branch `gh-pages`, where you can commit the image without cluttering up the master branch. --Markus