Skip to content

Commit

Permalink
update README - chown file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chleba committed Feb 17, 2024
1 parent 079ead4 commit 009f43e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ must be run with sudo priviliges
```
cargo install netscanner
```
*Note:* After cargo install You may try change binary file chown & chmod like this:
```
sudo chown root:user /home/user/.cargo/bin/netscanner
sudo chmod u+s /home/user/.cargo/bin/netscanner
```

![netscanner screenshot](./netscanner.png?raw=true)
![netscanner screenshot](./netscanner1.png?raw=true)

0 comments on commit 009f43e

Please sign in to comment.