Skip to content

Commit

Permalink
removing useless sudo command
Browse files Browse the repository at this point in the history
we absolutely do not need this sudo
  • Loading branch information
francescor authored Nov 28, 2021
1 parent a711d19 commit 04053c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Just download `wirego` and save it in a directory of your $PATH, e.g.

```
wget https://raw.githubusercontent.com/francescor/wirego/main/wirego
chmod +x /usr/local/bin/wirego
sudo mv wirego /usr/local/bin
sudo chmod +x /usr/local/bin/wirego
```

## Examples
Expand Down

0 comments on commit 04053c5

Please sign in to comment.