1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-03 07:58:37 +00:00

README: add links to documentation

This commit is contained in:
Terts Diepraam 2022-01-29 01:19:15 +01:00
parent 9dbff22101
commit 0f76ca0ffa

View File

@ -29,13 +29,20 @@ have other issues.
Rust provides a good, platform-agnostic way of writing systems utilities that are easy
to compile anywhere, and this is as good a way as any to try and learn it.
## Documentation
uutils has both user and developer documentation available:
- [User Manual](https://uutils.github.io/coreutils-docs/user/)
- [Developer Documentation](https://uutils.github.io/coreutils-docs/dev/)
Both can also be generated locally, the instructions for that can be found in the
[coreutils docs](https://github.com/uutils/coreutils-docs) repository.
<!-- ANCHOR: installation (this mark is needed for mdbook) -->
## Requirements
* Rust (`cargo`, `rustc`)
* GNU Make (required to build documentation)
* [Sphinx](http://www.sphinx-doc.org/) (for documentation)
* gzip (for installing documentation)
* GNU Make (optional)
### Rust Version