From c72001a991d1ec5028c1541f1493888320928c5b Mon Sep 17 00:00:00 2001 From: 409 Date: Wed, 22 May 2024 22:45:10 +0200 Subject: [PATCH] docs(README): updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce936a4..9e57809 100644 --- a/README.md +++ b/README.md @@ -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 . ```