From 1df7f8d4ee7fdc4a5b9d55cc753a7b5b153bd122 Mon Sep 17 00:00:00 2001 From: PanGan21 Date: Fri, 17 May 2024 00:02:54 +0300 Subject: [PATCH] fix installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd8ac2..2121110 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A versatile Rust library and command-line tool for waiting on network resources To install wait-for-rs as a command-line tool, simply run: ```bash -cargo install wait-for-rs +cd wait-for-rs && cargo install --path . ``` ### Library