apenwarr-redo/README.md
Avery Pennarun d0607d0091 Refactor the huge README.md into the more structured mkdocs.
I also cleaned up the installation section and added links to various
competing redo implementations.

The new README.md is basically just link to the docs on
readthedocs.org, and a link to the mailing list.

These docs need a *lot* more work, but this is enough of an improvement
that I'll commit it anyway for now.
2018-11-16 05:22:09 -05:00

21 lines
852 B
Markdown

# redo - a recursive build system
Smaller, easier, more powerful, and more reliable than `make`.
This is an implementation of [Daniel J. Bernstein's redo
build system](http://cr.yp.to/redo.html). He never released his
version, so other people have implemented different variants based on his
published specification.
This version, sometimes called apenwarr/redo, is probably the most advanced
one, including support for parallel builds, improved logging, and helpful
debugging features.
---
- View the [documentation](https://redo.rtfd.io) via readthedocs.org
- Visit the [source code](https://github.com/apenwarr/redo) on github
- Discussions and support via the
[mailing list](https://groups.google.com/group/redo-list).
You can subscribe by sending any email message to
`redo-list+subscribe@googlegroups.com` (note the plus sign).