Skip to content

Commit

Permalink
Sudo cargo run removed
Browse files Browse the repository at this point in the history
  • Loading branch information
XX committed Aug 4, 2018
1 parent 220cec2 commit ed75cb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ed75cb3

Please sign in to comment.