Hacker News new | ask | show | jobs
by CyanLite2 2928 days ago
I love open source projects with no documentation or Getting Started guides.....said no one ever.
1 comments

They put everything in umf.md rather than README.md https://github.com/cjus/umf/blob/master/umf.md
In an earlier version of the docs I actually had the spec in the readme but felt the sheer size was enough to send folks running. Using the readme to describe the spec (which I realize needs work!) allowed for a clean separation.
You should probably link to the spec or something in the README so it's easier for people to find.