mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Update README.md (#150)
Fixed curl example command to work well with sudo
This commit is contained in:
parent
3e6e5a61f0
commit
3098c397e7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue