Update README.md (#150)
Fixed curl example command to work well with sudo
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user