mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
docs: favicon, installation instructions, better introduction page
This commit is contained in:
parent
68c584fef6
commit
a903fee569
9 changed files with 247 additions and 197 deletions
20
docs/src/index.md
Normal file
20
docs/src/index.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# uutils Coreutils Documentation
|
||||
|
||||
uutils is an attempt at writing universal (as in cross-platform) CLI
|
||||
utilities in [Rust](https://www.rust-lang.org). It is available for
|
||||
Linux, Windows, Mac and other platforms.
|
||||
|
||||
The API reference for `uucore`, the library of functions shared between
|
||||
various utils, is hosted at at
|
||||
[docs.rs](https://docs.rs/uucore/0.0.10/uucore/).
|
||||
|
||||
uutils is licensed under the [MIT License](https://github.com/uutils/coreutils/LICENSE.md).
|
||||
|
||||
## Useful links
|
||||
* [Releases](https://github.com/uutils/coreutils/releases)
|
||||
* [Source Code](https://github.com/uutils/coreutils)
|
||||
* [Issues](https://github.com/uutils/coreutils/issues)
|
||||
* [Discord](https://discord.gg/wQVJbvJ)
|
||||
|
||||
> Note: This manual is automatically generated from the source code and is
|
||||
> a work in progress.
|
Loading…
Add table
Add a link
Reference in a new issue