Skip to content

Commit

Permalink
update of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Feb 17, 2024
1 parent 92cf393 commit e809c19
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[![Crates.io](https://img.shields.io/crates/v/procps.svg)](https://crates.io/crates/procps)
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat)](https://discord.gg/wQVJbvJ)
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/procps/blob/main/LICENSE)
[![dependency status](https://deps.rs/repo/github/uutils/procps/status.svg)](https://deps.rs/repo/github/uutils/procps)

[![CodeCov](https://codecov.io/gh/uutils/procps/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/procps)

# procps

Rust reimplementation of the procps project
Expand Down Expand Up @@ -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

0 comments on commit e809c19

Please sign in to comment.