From ed75cb3f57723cec20929b95df4424d64e4ede02 Mon Sep 17 00:00:00 2001 From: XX Date: Sat, 4 Aug 2018 11:22:01 +0300 Subject: [PATCH] Sudo cargo run removed --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5cc8e8..3f05c1e 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,16 @@ Build the code: ```$ cargo build --release``` -You can run the code with Cargo or directly from the target directory. Note that the keylogger must be run as the root user: +You can run the code directly from the target directory. Note that the keylogger must be run as the root user: ``` $ sudo ./target/release/keylogger -$ sudo cargo run --release ``` ## Usage ``` -$ sudo cargo run -- -h +$ sudo ./target/release/keylogger -h Usage: target/release/keylogger [options]