From f407e658443e997c7c6cbfcfc1a516fb1280a6d1 Mon Sep 17 00:00:00 2001 From: Rudra Sarkar Date: Fri, 15 Apr 2022 02:49:43 +0600 Subject: [PATCH] Update README.md Co-authored-by: Eduard Tolosa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40ce118..79d2441 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You need to have Rust and Nmap installed in your computer, then run: 2. cargo build --release # Now the binary is in ./target/release/unimap 3. cp ./target/release/unimap /usr/local/bin -# copy the unimap binaries for run from everywhere +# Now you can use the `unimap` command from everyewhere. ``` ## Using precompiled binaries