docs(README): updated README

This commit is contained in:
2024-05-22 22:45:10 +02:00
parent a119162d28
commit c72001a991

View File

@@ -18,7 +18,11 @@ A practical application runner written in Rust. Inspired by [dmenu](https://tool
### Installation
To use practical-runner clone this repository and run the following command in the repository's root directory.
To use practical-runner run the following command:
```console
cargo install practicalrunner
```
Or clone this repository and run the following command in the repository's root directory:
```console
cargo install --path .
```