Update README.md (#150)

Fixed curl example command to work well with sudo
This commit is contained in:
Yaroslav
2024-12-27 00:19:42 +07:00
committed by GitHub
parent 3e6e5a61f0
commit 3098c397e7

View File

@@ -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: 1. Copy the `wireproxy.service` file from this directory to `/etc/systemd/system/`, or use the following cURL command to download it:
```bash ```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. 2. If necessary, customize the unit.