Skip to content

Commit

Permalink
Update README.md (#150)
Browse files Browse the repository at this point in the history
Fixed curl example command to work well with sudo
  • Loading branch information
yaroslaff authored Dec 26, 2024
1 parent 3e6e5a6 commit 3098c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The provided systemd unit assumes you have the wireproxy executable installed on

1. Copy the `wireproxy.service` file from this directory to `/etc/systemd/system/`, or use the following cURL command to download it:
```bash
sudo curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service > /etc/systemd/system/wireproxy.service
curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service | sudo tee /etc/systemd/system/wireproxy.service
```

2. If necessary, customize the unit.
Expand Down

0 comments on commit 3098c39

Please sign in to comment.