mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
update of the readme
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
[](https://crates.io/crates/procps)
|
||||
[](https://discord.gg/wQVJbvJ)
|
||||
[](https://github.com/uutils/procps/blob/main/LICENSE)
|
||||
[](https://deps.rs/repo/github/uutils/procps)
|
||||
|
||||
[](https://codecov.io/gh/uutils/procps)
|
||||
|
||||
# procps
|
||||
|
||||
Rust reimplementation of the procps project
|
||||
@@ -28,3 +35,20 @@ Elsewhere:
|
||||
* `kill` is already implemented in https://github.com/uutils/coreutils
|
||||
* `uptime`: Shows how long the system has been running, including load average.
|
||||
is already implemented in https://github.com/uutils/coreutils
|
||||
|
||||
## Installation
|
||||
|
||||
Ensure you have Rust installed on your system. You can install Rust through [rustup](https://rustup.rs/).
|
||||
|
||||
Clone the repository and build the project using Cargo:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/uutils/procps.git
|
||||
cd procps
|
||||
cargo build --release
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
procps is licensed under the MIT License - see the `LICENSE` file for details
|
||||
|
||||
Reference in New Issue
Block a user